#include <stilfixed.h>
Inheritance diagram for STILFixed:

Public Member Functions | |
| STILFixed () | |
| STILFixed (const STILFixed &) | |
| virtual | ~STILFixed () |
| STILFixed & | operator= (const STILFixed &) |
| void | init () |
| virtual void | write (FILE *pOutFile, LONG indentation=0) const |
The STILFixed Class is the interface for STIL Fixed block
|
|
Default Constructor for a STILFixed object.
|
|
|
Constructor a STILFixed object from another STILFixed.
|
|
|
Destructor for a STILFixed object.
|
|
|
Initialize the STILFixed object.
Reimplemented from STILVectorBlock. |
|
|
Assignment operator.
|
|
||||||||||||
|
Write the STILFixed object to a FILE.
Reimplemented from STILVectorBlock. |