|
| SgPolygonMesh () |
|
| SgPolygonMesh (const SgPolygonMesh &org, CloneMap *cloneMap=nullptr) |
|
virtual void | updateBoundingBox () override |
|
SgIndexArray & | polygonVertices () |
|
const SgIndexArray & | polygonVertices () const |
|
virtual int | numChildObjects () const override |
|
virtual SgObject * | childObject (int index) override |
|
const BoundingBox & | boundingBox () const |
|
void | setBoundingBox (const BoundingBox &bb) |
|
void | setBoundingBox (const BoundingBoxf &bb) |
|
bool | hasVertices () const |
|
SgVertexArray * | vertices () |
|
const SgVertexArray * | vertices () const |
|
SgVertexArray * | setVertices (SgVertexArray *vertices) |
|
SgVertexArray * | getOrCreateVertices (int size=0) |
|
bool | hasNormals () const |
|
SgNormalArray * | normals () |
|
const SgNormalArray * | normals () const |
|
SgNormalArray * | setNormals (SgNormalArray *normals) |
|
SgNormalArray * | getOrCreateNormals () |
|
bool | hasColors () const |
|
SgColorArray * | colors () |
|
const SgColorArray * | colors () const |
|
SgColorArray * | setColors (SgColorArray *colors) |
|
SgColorArray * | getOrCreateColors (int size=0) |
|
bool | hasTexCoords () const |
|
SgTexCoordArray * | texCoords () |
|
const SgTexCoordArray * | texCoords () const |
|
SgTexCoordArray * | setTexCoords (SgTexCoordArray *texCoords) |
|
SgTexCoordArray * | getOrCreateTexCoords () |
|
bool | hasFaceVertexIndices () const |
|
const SgIndexArray & | faceVertexIndices () const |
|
SgIndexArray & | faceVertexIndices () |
|
bool | hasNormalIndices () const |
|
const SgIndexArray & | normalIndices () const |
|
SgIndexArray & | normalIndices () |
|
bool | hasColorIndices () const |
|
const SgIndexArray & | colorIndices () const |
|
SgIndexArray & | colorIndices () |
|
bool | hasTexCoordIndices () const |
|
const SgIndexArray & | texCoordIndices () const |
|
SgIndexArray & | texCoordIndices () |
|
float | creaseAngle () const |
|
void | setCreaseAngle (float angle) |
|
bool | isSolid () const |
|
void | setSolid (bool on) |
|
SgObject * | clone () const |
|
SgObject * | clone (CloneMap &cloneMap) const |
|
void | setAttribute (int attr) |
|
void | setAttributes (int attrs) |
|
int | attributes () const |
|
bool | hasAttribute (int attr) const |
|
bool | hasAttributes (int attrs) const |
|
const std::string & | name () const |
|
void | setName (const std::string &name) |
|
SignalProxy< void(const SgUpdate &update)> | sigUpdated () |
|
void | notifyUpdate (SgUpdate &update) |
|
void | notifyUpdate (int action=SgUpdate::Modified) |
|
void | addParent (SgObject *parent, SgUpdateRef update=nullptr) |
|
void | removeParent (SgObject *parent) |
|
int | numParents () const |
|
bool | hasParents () const |
|
const_parentIter | parentBegin () const |
|
const_parentIter | parentEnd () const |
|
SignalProxy< void(bool on)> | sigGraphConnection () |
|
bool | hasValidBoundingBoxCache () const |
|
void | invalidateBoundingBox () |
|
void | setBoundingBoxCacheReady () const |
|
bool | hasUri () const |
|
const std::string & | uri () const |
|
bool | hasAbsoluteUri () const |
|
const std::string & | absoluteUri () const |
|
bool | hasUriFragment () const |
|
const std::string & | uriFragment () const |
|
void | setUriByFilePathAndBaseDirectory (const std::string &filePath, const std::string &baseDirectory) |
|
void | setUriByFilePathAndCurrentDirectory (const std::string &filePath) |
|
void | setUri (const std::string &uri, const std::string &absoluteUri) |
|
void | setUriFragment (const std::string &fragment) |
|
void | clearUri () |
|
bool | isNode () const |
|
SgNode * | toNode () |
|
bool | isGroupNode () const |
|
SgGroup * | toGroupNode () |
|
bool | isTransformNode () const |
|
SgTransform * | toTransformNode () |
|
virtual | ~Referenced () |
|