#include <PointSet.hh>
Public Member Functions | |
PointSet () | |
void | setStartIndex (int startIndex) |
int | startIndex () const |
void | setNumPoints (int numPoints) |
int | numPoints () const |
virtual void | setAttribute (Attribute *A) |
Private Attributes | |
int | m_startIndex |
int | m_numPoints |
vrml1::PointSet::PointSet | ( | ) |
void vrml1::PointSet::setStartIndex | ( | int | startIndex | ) |
int vrml1::PointSet::startIndex | ( | ) | const |
void vrml1::PointSet::setNumPoints | ( | int | numPoints | ) |
int vrml1::PointSet::numPoints | ( | ) | const |
void vrml1::PointSet::setAttribute | ( | Attribute * | A | ) | [virtual] |
Reimplemented from vrml1::Node.
int vrml1::PointSet::m_startIndex [private] |
int vrml1::PointSet::m_numPoints [private] |