Field containing an SoSegmentChain object More...
#include <ImageViz/Fields/SoSFSegmentChain.h>
Public Member Functions | |
virtual SoType | getTypeId () const |
const SoSFSegmentChain & | operator= (const SoSFSegmentChain &f) |
SoSFSegmentChain () | |
virtual | ~SoSFSegmentChain () |
SoSegmentChain * | operator= (SoSegmentChain *newValue) |
SoSegmentChain * | getValue () const |
Static Public Member Functions | |
static SoType | getClassTypeId () |
This field maintains a reference to an instance of SoSegmentChain , correctly maintaining its reference count .
SoSFSegmentChain::SoSFSegmentChain | ( | ) |
Default constructor.
virtual SoSFSegmentChain::~SoSFSegmentChain | ( | ) | [virtual] |
Destructor.
static SoType SoSFSegmentChain::getClassTypeId | ( | ) | [static] |
Returns the type identifier for this class.
Reimplemented from SoSFFieldContainer.
virtual SoType SoSFSegmentChain::getTypeId | ( | ) | const [virtual] |
Returns the type identifier for this specific instance.
Reimplemented from SoSFFieldContainer.
SoSegmentChain* SoSFSegmentChain::getValue | ( | ) | const [inline] |
Returns current value.
Reimplemented from SoSFFieldContainer.
SoSegmentChain* SoSFSegmentChain::operator= | ( | SoSegmentChain * | newValue | ) | [inline] |
Sets this field to newValue.
const SoSFSegmentChain& SoSFSegmentChain::operator= | ( | const SoSFSegmentChain & | f | ) |
Copy from another field of same type.
Reimplemented from SoSFFieldContainer.