#include <ssRawDataWriter.h>
Inheritance diagram for ssRawDataWriter:
Public Member Functions | |
vtkTypeMacro (ssRawDataWriter, vtkDataWriter) | |
void | PrintSelf (ostream &os, vtkIndent indent) |
Print the state of this object. | |
virtual ostream * | OpenVTKFile () |
Open the current file in the current mode. | |
virtual void | TruncateFile () |
Truncate or create a zero length file. | |
vtkPolyData * | GetInput () |
Give the input object to this object. | |
Static Public Member Functions | |
static ssRawDataWriter * | New () |
Instantiate a new object of this type. | |
Protected Member Functions | |
ssRawDataWriter () | |
Ctor. | |
virtual | ~ssRawDataWriter () |
Dtor. |
The actual format will be determined by the drived class.
Definition at line 18 of file ssRawDataWriter.h.
ssRawDataWriter::ssRawDataWriter | ( | ) | [protected] |
Ctor.
virtual ssRawDataWriter::~ssRawDataWriter | ( | ) | [protected, virtual] |
Dtor.
static ssRawDataWriter* ssRawDataWriter::New | ( | ) | [static] |
Instantiate a new object of this type.
This is the only method that objects of this type may be created.
Reimplemented from vtkDataWriter.
Reimplemented in ssEditFileWriter, and ssPolyDataRecordWriter.
ssRawDataWriter::vtkTypeMacro | ( | ssRawDataWriter | , | |
vtkDataWriter | ||||
) |
void ssRawDataWriter::PrintSelf | ( | ostream & | os, | |
vtkIndent | indent | |||
) | [virtual] |
Print the state of this object.
os | The output stream. | |
indent | The indentation level. Used for formating output. |
Reimplemented from vtkDataWriter.
Reimplemented in ssEditFileWriter, and ssPolyDataRecordWriter.
virtual ostream* ssRawDataWriter::OpenVTKFile | ( | ) | [virtual] |
Open the current file in the current mode.
The file will be opened in append mode. If it is necessary to overwrite an existing file from the begining use TruncateFile() first.
Reimplemented from vtkDataWriter.
Reimplemented in ssEditFileWriter.
virtual void ssRawDataWriter::TruncateFile | ( | ) | [virtual] |
vtkPolyData* ssRawDataWriter::GetInput | ( | ) |