SoNonIndexedShape Class Reference
[Shapes]

Abstract base class for all non-indexed vertex-based shapes. More...

#include <Inventor/nodes/SoNonIndexedShape.h>

Inheritance diagram for SoNonIndexedShape:
SoVertexShape SoShape SoNode SoFieldContainer SoBase SoRefCounter SoTypedObject SoFaceSet SoLineSet SoPointSet SoQuadMesh SoTriangleSet SoTriangleStripSet SoVolumeFaceSet PlaneBoxIntersection SoMarkerSet SoVolumeTriangleStripSet

List of all members.

Public Member Functions

virtual SoType getTypeId () const

Static Public Member Functions

static SoType getClassTypeId ()

Public Attributes

SoSFInt32 startIndex

Detailed Description

Abstract base class for all non-indexed vertex-based shapes.

This node is the abstract base class for all vertex-based shapes that are not constructed from indices, such as SoFaceSet, SoLineSet, and SoQuadMesh.

All subclasses of SoNonIndexedShape construct objects by using the coordinates specified in the vertexProperty field (from SoVertexShape), or the current inherited coordinates.

The subclass decides what to do with this and any subsequent coordinates. The shape is drawn with the current lighting model and drawing style and is transformed by the current transformation matrix.

Material, normal, tangent, and texture coordinate bindings for shapes derived from this class ignore any index specifications. That is, a binding value of PER_FACE_INDEXED is treated the same way as PER_FACE, and so on.

If there aren't sufficient values in the current coordinates, material, or texture coordinates, errors will occur.

FILE FORMAT/DEFAULT

SEE ALSO

SoFaceSet, SoIndexedShape, SoLineSet, SoPointSet, SoQuadMesh, SoTriangleStripSet, SoVertexProperty


Member Function Documentation

static SoType SoNonIndexedShape::getClassTypeId (  )  [static]

Returns the type identifier for this class.

Reimplemented from SoVertexShape.

Reimplemented in SoFaceSet, SoLineSet, SoMarkerSet, SoPointSet, SoQuadMesh, SoTriangleSet, SoTriangleStripSet, PlaneBoxIntersection, SoVolumeFaceSet, and SoVolumeTriangleStripSet.

virtual SoType SoNonIndexedShape::getTypeId (  )  const [virtual]

Returns the type identifier for this specific instance.

Reimplemented from SoVertexShape.

Reimplemented in SoFaceSet, SoLineSet, SoMarkerSet, SoPointSet, SoQuadMesh, SoTriangleSet, SoTriangleStripSet, PlaneBoxIntersection, SoVolumeFaceSet, and SoVolumeTriangleStripSet.


Member Data Documentation

Index of first coordinate of shape.


The documentation for this class was generated from the following file:

Open Inventor Toolkit reference manual, generated on 15 Mar 2023
Copyright © Thermo Fisher Scientific All rights reserved.
http://www.openinventor.com/