The SoProfileCoordinateElement class is yet to be documented.
More...
#include <Inventor/elements/SoProfileCoordinateElement.h>
The SoProfileCoordinateElement class is yet to be documented.
FIXME: write doc.
◆ ~SoProfileCoordinateElement()
| SoProfileCoordinateElement::~SoProfileCoordinateElement |
( |
void | | ) |
|
|
protectedvirtual |
◆ createInstance()
| void * SoProfileCoordinateElement::createInstance |
( |
void | | ) |
|
|
static |
This API member is considered internal to the library, as it is not likely to be of interest to the application programmer.
Creates a new instance of the class type corresponding to the SoType object.
◆ get2()
Returns the index'th 2D coordinate.
- See also
- is2D()
◆ get3()
Returns the index'th 3D coordinate.
- See also
- is2D()
◆ getArrayPtr2()
Returns a pointer to the 2D coordinates.
◆ getArrayPtr3()
Returns a pointer to the 3D coordinates.
◆ getClassStackIndex()
| int SoProfileCoordinateElement::getClassStackIndex |
( |
void | | ) |
|
|
static |
This static method returns the state stack index for the class.
◆ getClassTypeId()
| SoType SoProfileCoordinateElement::getClassTypeId |
( |
void | | ) |
|
|
static |
This static method returns the SoType object associated with objects of this class.
◆ getDefault2()
| SbVec2f SoProfileCoordinateElement::getDefault2 |
( |
void | | ) |
|
|
static |
Returns the default 2D coordinate.
◆ getDefault3()
| SbVec3f SoProfileCoordinateElement::getDefault3 |
( |
void | | ) |
|
|
static |
Returns the default 3D coordinate.
◆ getInstance()
Returns the current element.
◆ getNum()
| int32_t SoProfileCoordinateElement::getNum |
( |
void | | ) |
const |
Returns the number of profile coordinates in this element.
◆ init()
| void SoProfileCoordinateElement::init |
( |
SoState * | state | ) |
|
|
overridevirtual |
This function initializes the element type in the given SoState. It is called for the first element of each enabled element type in SoState objects.
Reimplemented from SoElement.
◆ initClass()
| void SoProfileCoordinateElement::initClass |
( |
void | | ) |
|
|
static |
Initialize relevant common data for all instances, like the type system.
◆ is2D()
| SbBool SoProfileCoordinateElement::is2D |
( |
void | | ) |
const |
Returns if this element contains 2D coordinates.
◆ set2()
Sets the profile coordinates.
◆ set3()
Sets the profile coordinates.
◆ coords2
| SoProfileCoordinateElement::coords2 |
|
protected |
◆ coords3
| SoProfileCoordinateElement::coords3 |
|
protected |
◆ coordsAre2D
| SoProfileCoordinateElement::coordsAre2D |
|
protected |
◆ numCoords
| SoProfileCoordinateElement::numCoords |
|
protected |
The documentation for this class was generated from the following files: