Base class for all polygonal geometry containers.
More...
#include <cadex/ModelData/MeshShape.hxx>
|
| static bool | CompareType (const BaseObject &theObject) |
| | Check the type of object. Returns true if the specified object is this class type.
|
| |
|
|
| MeshShape (const ImplType &theImpl) |
| |
|
| BaseObject (const ImplType &theImpl) |
| |
|
|
typedef std::shared_ptr< internal::BaseObjectImpl > | ImplType |
| |
| size_t | Id () const |
| | Return unique identifier of public object.
|
| |
|
internal::BaseObjectImpl * | Impl () const |
| |
|
bool | IsNull () const |
| |
|
| operator bool () const |
| |
|
template<typename T > |
| bool | IsOfType () const |
| |
| template<typename T > |
| T * | Impl () const |
| | Reserved for internal use.
|
| |
◆ CompareType()
| bool cadex::ModelData::MeshShape::CompareType |
( |
const BaseObject & | theObject | ) |
|
|
static |
Check the type of object. Returns true if the specified object is this class type.