#include "NOXPrefix.h"
Public Member Functions | |
NOXNamedElement | NOXFigure::getNamedElement (NCommon::UInt32 pIndex) |
NCommon::UInt32 | NOXFigure::getNumNamedElement () |
NOXNamedElement | NOXFigure::createNamedElement (NCommon::UInt32 pIndex) |
void | intialize () |
NOXBase | NOXFigure::getChild (NCommon::UInt32 pIndex) |
NCommon::UInt32 | NOXFigure::getNumChilds () |
NOXNamedElement NiXPSObjects::NOXFigure::NOXFigure::getNamedElement | ( | NCommon::UInt32 | pIndex | ) |
Get NamedElement element at index pIndex
pIndex | index of the element you want to get |
NCommon::UInt32 NiXPSObjects::NOXFigure::NOXFigure::getNumNamedElement | ( | ) |
Calculate the number of NamedElement elements that are present.
NOXNamedElement NiXPSObjects::NOXFigure::NOXFigure::createNamedElement | ( | NCommon::UInt32 | pIndex | ) |
Create an NamedElement element at index pIndex.
void NiXPSObjects::NOXFigure::intialize | ( | ) |
Initialize.
NOXBase NiXPSObjects::NOXFigure::NOXFigure::getChild | ( | NCommon::UInt32 | pIndex | ) |
Get child element at index pIndex
pIndex | index of the element you want to get |
NCommon::UInt32 NiXPSObjects::NOXFigure::NOXFigure::getNumChilds | ( | ) |
Calculate the number of child elements that are present.