|
Open CASCADE Technology 6.5.2
|
defines a PointSet node of VRML specifying geometry shapes.
#include <Vrml_PointSet.hxx>
Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| Vrml_PointSet (const Standard_Integer aStartIndex=0, const Standard_Integer aNumPoints=-1) | |
| void | SetStartIndex (const Standard_Integer aStartIndex) |
| Standard_Integer | StartIndex () const |
| void | SetNumPoints (const Standard_Integer aNumPoints) |
| Standard_Integer | NumPoints () const |
| Standard_OStream & | Print (Standard_OStream &anOStream) const |
| Vrml_PointSet::Vrml_PointSet | ( | const Standard_Integer | aStartIndex = 0, |
| const Standard_Integer | aNumPoints = -1 |
||
| ) |
| Standard_Integer Vrml_PointSet::NumPoints | ( | ) | const |
| void Vrml_PointSet::operator delete | ( | void * | anAddress | ) | [inline] |
| void* Vrml_PointSet::operator new | ( | size_t | size | ) | [inline] |
| void* Vrml_PointSet::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
| Standard_OStream& Vrml_PointSet::Print | ( | Standard_OStream & | anOStream | ) | const |
| void Vrml_PointSet::SetNumPoints | ( | const Standard_Integer | aNumPoints | ) |
| void Vrml_PointSet::SetStartIndex | ( | const Standard_Integer | aStartIndex | ) |
| Standard_Integer Vrml_PointSet::StartIndex | ( | ) | const |
1.7.4