Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

sonotrec(3) [debian man page]

SoNotRec(3)							       Coin							       SoNotRec(3)

NAME
SoNotRec - The SoNotRec class specifies records for notification lists. SYNOPSIS
#include <Inventor/misc/SoNotification.h> Public Types enum Type { CONTAINER, PARENT, SENSOR, FIELD, ENGINE } Public Member Functions SoNotRec (SoBase *const notifbase) void setType (const SoNotRec::Type type) SoBase * getBase (void) const SoNotRec::Type getType (void) const const SoNotRec * getPrevious (void) const void setPrevious (const SoNotRec *const prev) void print (FILE *const file) const Detailed Description The SoNotRec class specifies records for notification lists. See also: SoNotification Member Enumeration Documentation enum SoNotRec::Type This enum is used to specify the type of the notification source within the record. Constructor &; Destructor Documentation SoNotRec::SoNotRec (SoBase *constnotifbase) Constructor. Initializes the record with notifbase pointer. Member Function Documentation void SoNotRec::setType (const SoNotRec::Typetypearg) Set the type of the notification source of this record. SoBase * SoNotRec::getBase (void) const Returns the notification source within this record. SoNotRec::Type SoNotRec::getType (void) const Returns the type of the notification source within this record. const SoNotRec * SoNotRec::getPrevious (void) const Returns the previous notification source (i.e. the source that the base within this record was auditing). void SoNotRec::setPrevious (const SoNotRec *constprevptr) Set pointer to the previous notification record. void SoNotRec::print (FILE *constfile) const Prints debug information. Author Generated automatically by Doxygen for Coin from the source code. Version 3.1.3 Wed May 23 2012 SoNotRec(3)

Check Out this Related Man Page

SoPrimitiveVertexCache(3)					       Coin						 SoPrimitiveVertexCache(3)

NAME
SoPrimitiveVertexCache - SYNOPSIS
Inherits SoCache. Public Types enum Arrays { NORMAL = 0x01, TEXCOORD = 0x02, COLOR = 0x04, ALL = (NORMAL|TEXCOORD|COLOR) } Public Member Functions SoPrimitiveVertexCache (SoState *state) virtual ~SoPrimitiveVertexCache () void renderTriangles (SoState *state, const int arrays=ALL) const void renderLines (SoState *state, const int arrays=ALL) const void renderPoints (SoState *state, const int array=ALL) const void addTriangle (const SoPrimitiveVertex *v0, const SoPrimitiveVertex *v1, const SoPrimitiveVertex *v2, const int *pointdetailidx=NULL) void addLine (const SoPrimitiveVertex *v0, const SoPrimitiveVertex *v1) void addPoint (const SoPrimitiveVertex *v) int getNumVertices (void) const const SbVec3f * getVertexArray (void) const const SbVec3f * getNormalArray (void) const const SbVec4f * getTexCoordArray (void) const const SbVec2f * getBumpCoordArray (void) const const uint8_t * getColorArray (void) const int getNumTriangleIndices (void) const const GLint * getTriangleIndices (void) const int32_t getTriangleIndex (const int idx) const SbBool colorPerVertex (void) const const SbVec4f * getMultiTextureCoordinateArray (const int unit) const int getNumLineIndices (void) const const GLint * getLineIndices (void) const int getNumPointIndices (void) const const GLint * getPointIndices (void) const void fit (void) void depthSortTriangles (SoState *state) Additional Inherited Members Detailed Description The SoPrimitiveVertexClass is used to cache generated triangles. Constructor &; Destructor Documentation SoPrimitiveVertexCache::SoPrimitiveVertexCache (SoState *state) Constructor. SoPrimitiveVertexCache::~SoPrimitiveVertexCache () [virtual] Destructor. Author Generated automatically by Doxygen for Coin from the source code. Version 3.1.3 Wed May 23 2012 SoPrimitiveVertexCache(3)
Man Page