SimulatorSystemImageRecord Class Reference

#include <SimulatorSystemImageRecord.h>

Collaboration diagram for SimulatorSystemImageRecord:

Collaboration graph
[legend]
List of all members.

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.
SimulatorSystemImageRecordoperator= (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.

Detailed Description

Definition at line 16 of file SimulatorSystemImageRecord.h.


Constructor & Destructor Documentation

SimulatorSystemImageRecord::SimulatorSystemImageRecord (  ) 

Default ctor.

SimulatorSystemImageRecord::SimulatorSystemImageRecord ( vtkPoints image  ) 

Construct an initialized object of this class.

Parameters:
image The image argument of this object.

SimulatorSystemImageRecord::SimulatorSystemImageRecord ( const SimulatorSystemImageRecord rhs  ) 

Construct an initialized object of this class.

Parameters:
rhs The reference object.

SimulatorSystemImageRecord::~SimulatorSystemImageRecord (  ) 

Dtor.


Member Function Documentation

SimulatorSystemImageRecord& SimulatorSystemImageRecord::operator= ( const SimulatorSystemImageRecord rhs  ) 

Set the value of this object to the reference.

Parameters:
rhs The reference object.
Returns:
This object.

bool SimulatorSystemImageRecord::operator== ( const SimulatorSystemImageRecord rhs  )  const

The equality operator.

Parameters:
rhs The reference object.
Returns:
If this object is equal to the reference then return true.

bool SimulatorSystemImageRecord::operator!= ( const SimulatorSystemImageRecord rhs  )  const

The inequality operator.

Parameters:
rhs The reference object.
Returns:
If this object is not equal to the reference object then return true.

off_t SimulatorSystemImageRecord::size (  )  const

Give the size of this object on the media.

Returns:
Object size in bytes.

ostream& SimulatorSystemImageRecord::operator<< ( ostream &  o  ) 

Stream the contents of the class.

Parameters:
o The output stream.
Returns:
The outpur 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.


The documentation for this class was generated from the following file: