#include <vtkKWSerializer.h>
Public Member Functions | |
| vtkTypeRevisionMacro (vtkKWSerializer, vtkObject) | |
| void | PrintSelf (ostream &os, vtkIndent indent) |
Static Public Member Functions | |
| vtkKWSerializer * | New () |
| void | EatWhiteSpace (istream *is) |
| void | FindClosingBrace (istream *is, vtkObject *obj) |
| void | ReadNextToken (istream *is, const char *tok, vtkObject *obj) |
| int | GetNextToken (istream *is, char *result) |
| void | WriteSafeString (ostream &os, const char *val) |
Protected Member Functions | |
| vtkKWSerializer () | |
| ~vtkKWSerializer () | |
vtkKWSerializer is a helper class that is used by objects to serialize themselves. Put another way, it helps instances write or read themselves from disk.
Definition at line 29 of file vtkKWSerializer.h.
|
|
Definition at line 47 of file vtkKWSerializer.h. |
|
|
Definition at line 48 of file vtkKWSerializer.h. |
|
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
The primary helper functions instances can invoke. |
|
||||||||||||||||
|
The primary helper functions instances can invoke. |
|
||||||||||||
|
The primary helper functions instances can invoke. |
|
||||||||||||
|
The primary helper functions instances can invoke. |
|
|
|
1.3.5