cgma
Point.cpp
Go to the documentation of this file.
00001 //-------------------------------------------------------------------------
00002 // Filename      : Point.cc
00003 //
00004 // Purpose       : 
00005 //
00006 // Special Notes :
00007 //
00008 // Creator       : Xuechen Liu
00009 //
00010 // Creation Date : 08/02/96
00011 //
00012 // Owner         : Malcolm J. Panthaki
00013 //-------------------------------------------------------------------------
00014 
00015 // ********** BEGIN STANDARD INCLUDES      **********
00016 // ********** END STANDARD INCLUDES        **********
00017 
00018 // ********** BEGIN CUBIT INCLUDES         **********
00019 #include "Point.hpp"
00020 #include "RefVertex.hpp"
00021 #include "CubitBox.hpp"
00022 // ********** END CUBIT INCLUDES           **********
00023 
00024 // ********** BEGIN STATIC DECLARATIONS    **********
00025 // ********** END STATIC DECLARATIONS      **********
00026 
00027 // ********** BEGIN PUBLIC FUNCTIONS       **********
00028 
00029 //-------------------------------------------------------------------------
00030 // Purpose       : The default constructor. Does not do anything right now.
00031 //
00032 // Special Notes :
00033 //
00034 // Creator       : Xuechen Liu
00035 //
00036 // Creation Date : 08/02/96
00037 //-------------------------------------------------------------------------
00038 
00039 TBPoint::TBPoint()
00040 {}
00041 
00042 //-------------------------------------------------------------------------
00043 // Purpose       : The destructor. Does not do anything right now.
00044 //
00045 // Special Notes :
00046 //
00047 // Creator       : Raikanta Sahu
00048 //
00049 // Creation Date : 09/05/96
00050 //-------------------------------------------------------------------------
00051 
00052 TBPoint::~TBPoint()
00053 {}
00054 
00055 
00056 //-------------------------------------------------------------------------
00057 // Purpose       : Get bounding box
00058 //
00059 // Special Notes : 
00060 //
00061 // Creator       : Jason Kraftcheck
00062 //
00063 // Creation Date : 03/08/02
00064 //-------------------------------------------------------------------------
00065 CubitBox TBPoint::bounding_box() const
00066   { return CubitBox(coordinates()); }
00067 
00068 // ********** END PUBLIC FUNCTIONS         **********
00069 
00070 // ********** BEGIN PROTECTED FUNCTIONS    **********
00071 // ********** END PROTECTED FUNCTIONS      **********
00072 
00073 // ********** BEGIN PRIVATE FUNCTIONS      **********
00074 // ********** END PRIVATE FUNCTIONS        **********
00075 
00076 // ********** BEGIN HELPER CLASSES         **********
00077 // ********** END HELPER CLASSES           **********
00078 
00079 // ********** BEGIN EXTERN FUNCTIONS       **********
00080 // ********** END EXTERN FUNCTIONS         **********
00081 
00082 // ********** BEGIN STATIC FUNCTIONS       **********
00083 // ********** END STATIC FUNCTIONS         **********
00084 
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines