#include <stilvector.h>
Inheritance diagram for STILVector:

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