#include <SimulatorSystemImageRecord.h>
Collaboration diagram for SimulatorSystemImageRecord:

Public Member Functions | |
| SimulatorSystemImageRecord () | |
| Default ctor. | |
| SimulatorSystemImageRecord (vtkPoints *image) | |
| Construct an initialized object of this class. | |
| SimulatorSystemImageRecord (const SimulatorSystemImageRecord &rhs) | |
| Construct an initialized object of this class. | |
| ~SimulatorSystemImageRecord () | |
| Dtor. | |
| SimulatorSystemImageRecord & | operator= (const SimulatorSystemImageRecord &rhs) |
| Set the value of this object to the reference. | |
| bool | operator== (const SimulatorSystemImageRecord &rhs) const |
| The equality operator. | |
| bool | operator!= (const SimulatorSystemImageRecord &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 SimulatorSystemImageRecord.h.
| SimulatorSystemImageRecord::SimulatorSystemImageRecord | ( | ) |
Default ctor.
| SimulatorSystemImageRecord::SimulatorSystemImageRecord | ( | vtkPoints * | image | ) |
Construct an initialized object of this class.
| image | The image argument of this object. |
| SimulatorSystemImageRecord::SimulatorSystemImageRecord | ( | const SimulatorSystemImageRecord & | rhs | ) |
Construct an initialized object of this class.
| rhs | The reference object. |
| SimulatorSystemImageRecord::~SimulatorSystemImageRecord | ( | ) |
Dtor.
| SimulatorSystemImageRecord& SimulatorSystemImageRecord::operator= | ( | const SimulatorSystemImageRecord & | rhs | ) |
Set the value of this object to the reference.
| rhs | The reference object. |
| bool SimulatorSystemImageRecord::operator== | ( | const SimulatorSystemImageRecord & | rhs | ) | const |
The equality operator.
| rhs | The reference object. |
| bool SimulatorSystemImageRecord::operator!= | ( | const SimulatorSystemImageRecord & | rhs | ) | const |
The inequality operator.
| rhs | The reference object. |
| off_t SimulatorSystemImageRecord::size | ( | ) | const |
Give the size of this object on the media.
| ostream& SimulatorSystemImageRecord::operator<< | ( | ostream & | o | ) |
Stream the contents of the class.
| o | The output stream. |
| bool SimulatorSystemImageRecord::write | ( | ACE_FILE_IO & | file | ) |
Write a data start record to media.
| bool SimulatorSystemImageRecord::read | ( | const ACE_FILE_IO & | file | ) |
Read a data start record to media.