36 #ifndef NEKMESHUTILS_CADSYSTEM_CADOBJ
37 #define NEKMESHUTILS_CADSYSTEM_CADOBJ
39 #include <boost/shared_ptr.hpp>
45 namespace NekMeshUtils
58 namespace CADOrientation
99 ASSERTL0(
false,
"must be implemented at the cad object level");
#define ASSERTL0(condition, msg)
CADType::cadType m_type
type of the cad object
CADType::cadType GetType()
General purpose memory allocation routines with the ability to allocate from thread specific memory p...
int GetId()
Return ID of the vertex.
virtual CADOrientation::Orientation Orientation()
CADOrientation::Orientation m_orientation
orientation of the CADObject
boost::shared_ptr< CADObject > CADObjectSharedPtr
CADObject()
Default constructor.