#include <GA_PrimitiveTypeId.h>
Public Member Functions | |
| GA_PrimitiveTypeId () | |
| Default c-tor. | |
| GA_PrimitiveTypeId (const GA_PrimitiveTypeId &src) | |
| Copy c-tor. | |
| GA_PrimitiveTypeId (int id) | |
| Assign from a factory type. | |
| ~GA_PrimitiveTypeId () | |
| Destructor. | |
| GA_PrimitiveTypeId & | operator= (const GA_PrimitiveTypeId &src) |
| Assignment operator. | |
| int | get () const |
| bool | operator== (int factory_id) const |
| bool | operator!= (int factory_id) const |
| bool | operator== (const GA_PrimitiveTypeId &src) const |
| bool | operator!= (const GA_PrimitiveTypeId &src) const |
tetprim/GT_PrimTetra.C, tetprim/GT_PrimTetra.h, and tetprim/GU_PrimTetra.h.
Definition at line 25 of file GA_PrimitiveTypeId.h.
| GA_PrimitiveTypeId::GA_PrimitiveTypeId | ( | ) | [inline] |
| GA_PrimitiveTypeId::GA_PrimitiveTypeId | ( | const GA_PrimitiveTypeId & | src | ) | [inline] |
| GA_PrimitiveTypeId::GA_PrimitiveTypeId | ( | int | id | ) | [inline] |
| GA_PrimitiveTypeId::~GA_PrimitiveTypeId | ( | ) | [inline] |
| int GA_PrimitiveTypeId::get | ( | ) | const [inline] |
Return the integer value for the identifier. This can be used in switches for factory types.
Definition at line 53 of file GA_PrimitiveTypeId.h.
| bool GA_PrimitiveTypeId::operator!= | ( | const GA_PrimitiveTypeId & | src | ) | const [inline] |
Compare to other primitive id's
Definition at line 66 of file GA_PrimitiveTypeId.h.
| bool GA_PrimitiveTypeId::operator!= | ( | int | factory_id | ) | const [inline] |
Compare the id to a "factory" primitive type (see GEO_PrimType.h)
Definition at line 59 of file GA_PrimitiveTypeId.h.
| GA_PrimitiveTypeId& GA_PrimitiveTypeId::operator= | ( | const GA_PrimitiveTypeId & | src | ) | [inline] |
| bool GA_PrimitiveTypeId::operator== | ( | const GA_PrimitiveTypeId & | src | ) | const [inline] |
Compare to other primitive id's
Definition at line 64 of file GA_PrimitiveTypeId.h.
| bool GA_PrimitiveTypeId::operator== | ( | int | factory_id | ) | const [inline] |
Compare the id to a "factory" primitive type (see GEO_PrimType.h)
Definition at line 57 of file GA_PrimitiveTypeId.h.
1.5.9