SimulatorSystemDepthRecord Class Reference

#include <SimulatorSystemDepthRecord.h>

Collaboration diagram for SimulatorSystemDepthRecord:

Collaboration graph
[legend]
List of all members.

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

Detailed Description

Definition at line 16 of file SimulatorSystemDepthRecord.h.


Constructor & Destructor Documentation

SimulatorSystemDepthRecord::SimulatorSystemDepthRecord (  ) 

Default ctor.

SimulatorSystemDepthRecord::SimulatorSystemDepthRecord ( vtkPoints depth  ) 

Construct an initialized object of this class.

Parameters:
depth The depth argument of this object.

SimulatorSystemDepthRecord::SimulatorSystemDepthRecord ( const SimulatorSystemDepthRecord rhs  ) 

Construct an initialized object of this class.

Parameters:
rhs The reference object.

SimulatorSystemDepthRecord::~SimulatorSystemDepthRecord (  ) 

Dtor.


Member Function Documentation

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

Set the value of this object to the reference.

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

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

The equality operator.

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

bool SimulatorSystemDepthRecord::operator!= ( const SimulatorSystemDepthRecord 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 SimulatorSystemDepthRecord::size (  )  const

Give the size of this object on the media.

Returns:
Object size in bytes.

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

Stream the contents of the class.

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


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