#include <SimulatorSystemDepthRecord.h>
Collaboration diagram for SimulatorSystemDepthRecord:
Public Member Functions | |
SimulatorSystemDepthRecord () | |
Default ctor. | |
SimulatorSystemDepthRecord (vtkPoints *depth) | |
Construct an initialized object of this class. | |
SimulatorSystemDepthRecord (const SimulatorSystemDepthRecord &rhs) | |
Construct an initialized object of this class. | |
~SimulatorSystemDepthRecord () | |
Dtor. | |
SimulatorSystemDepthRecord & | operator= (const SimulatorSystemDepthRecord &rhs) |
Set the value of this object to the reference. | |
bool | operator== (const SimulatorSystemDepthRecord &rhs) const |
The equality operator. | |
bool | operator!= (const SimulatorSystemDepthRecord &rhs) const |
The inequality operator. | |
off_t | size () const |
Give the size of this object on the media. | |
ostream & | operator<< (ostream &o) |
Stream the contents of the class. | |
bool | write (ACE_FILE_IO &file) |
Write a data start record to media. | |
bool | read (const ACE_FILE_IO &file) |
Read a data start record to media. |
Definition at line 16 of file SimulatorSystemDepthRecord.h.
SimulatorSystemDepthRecord::SimulatorSystemDepthRecord | ( | ) |
Default ctor.
SimulatorSystemDepthRecord::SimulatorSystemDepthRecord | ( | vtkPoints * | depth | ) |
Construct an initialized object of this class.
depth | The depth argument of this object. |
SimulatorSystemDepthRecord::SimulatorSystemDepthRecord | ( | const SimulatorSystemDepthRecord & | rhs | ) |
Construct an initialized object of this class.
rhs | The reference object. |
SimulatorSystemDepthRecord::~SimulatorSystemDepthRecord | ( | ) |
Dtor.
SimulatorSystemDepthRecord& SimulatorSystemDepthRecord::operator= | ( | const SimulatorSystemDepthRecord & | rhs | ) |
Set the value of this object to the reference.
rhs | The reference object. |
bool SimulatorSystemDepthRecord::operator== | ( | const SimulatorSystemDepthRecord & | rhs | ) | const |
The equality operator.
rhs | The reference object. |
bool SimulatorSystemDepthRecord::operator!= | ( | const SimulatorSystemDepthRecord & | rhs | ) | const |
The inequality operator.
rhs | The reference object. |
off_t SimulatorSystemDepthRecord::size | ( | ) | const |
Give the size of this object on the media.
ostream& SimulatorSystemDepthRecord::operator<< | ( | ostream & | o | ) |
Stream the contents of the class.
o | The output stream. |
bool SimulatorSystemDepthRecord::write | ( | ACE_FILE_IO & | file | ) |
Write a data start record to media.
bool SimulatorSystemDepthRecord::read | ( | const ACE_FILE_IO & | file | ) |
Read a data start record to media.