Defines a polygonal shape consisting of individual points. More...
Public Types | |
typedef cadex::internal::ModelData_PolyPointSetImpl | ImplType |
![]() | |
typedef int | IndexType |
Type of indices. | |
typedef cadex::internal::cadex_vector< IndexType >::type | IndexVecType |
typedef ModelData_Point | CoordType |
typedef ModelData_Color | ColorType |
![]() | |
typedef int | IdType |
Defines a type identifier. | |
Public Member Functions | |
ModelData_PolyPointSet (initialized) | |
ModelData_PolyPointSet (ImplType *theImpl) | |
Constructor (reserved for internal use). | |
void | Add (const CoordType *thePoints, size_t theSize) |
Adds points into a point set. | |
![]() | |
void | SetAppearance (const ModelData_Appearance &theAppearance) |
ModelData_Appearance | Appearance () const |
const CoordType & | Coordinate (IndexType theVertexIndex) const |
Returns a vertex coordinate. | |
bool | HasColors () const |
const ColorType & | Color (IndexType theIndex) const |
IndexType | NumberOfVertices () const |
IndexType | NumberOfColors () const |
Returns a number of unique colors. | |
bool | IsEmpty () const |
![]() | |
ModelData_PolyShape () | |
Constructor. | |
![]() | |
ModelData_BaseObject () | |
Constructor. | |
IdType | TypeId () const |
Returns an object type id. | |
template<typename T > | |
bool | IsOfType () const |
Returns true if the object has a type T. | |
void | SetName (const Base_UTF16String &theName) |
Sets an object name. | |
Base_UTF16String | Name () const |
void | SetUuid (const Base_Uuid &theUuid) |
Base_Uuid | Uuid () const |
void | Nullify () |
Resets reference to implementation object. | |
bool | IsNull () const |
Returns true if the object is nullified. | |
operator bool () const | |
Casts the object to the bool type. | |
internal::ModelData_BaseObjectImpl * | Impl () const |
Return a handle to backend (reserved for internal use). | |
Static Public Member Functions | |
static IdType | GetTypeId () |
Additional Inherited Members | |
![]() | |
ModelData_PolyVertexSet (internal::ModelData_BaseObjectImpl *theImpl) | |
Constructor (reserved for internal use). | |
![]() | |
ModelData_PolyShape (const internal::ModelData_BaseObjectImpl *theImpl) | |
Constructor (reserved for internal use). | |
![]() | |
ModelData_BaseObject (const internal::ModelData_BaseObjectImpl *theImpl) | |
Constructor (reserved for internal use). | |
ModelData_BaseObject (const internal::ModelData_BaseObjectImpl *theImpl, const Base_UTF16String &theName) | |
Constructor (reserved for internal use). | |
template<typename T > | |
T * | GetOrCreateImpl () |
Reserved for internal use. | |
Defines a polygonal shape consisting of individual points.