CIvfArchiveOutput Class Reference
[Ivf Classes]

Interface of the IVF archive output class. More...

#include <Ivf/IvfArchiveOutput.h>

Inheritance diagram for CIvfArchiveOutput:
SoOutput

List of all members.

Public Member Functions

 CIvfArchiveOutput ()
 CIvfArchiveOutput (CArchive *ar)
virtual ~CIvfArchiveOutput ()
CArchive * getArchive ()
virtual void closeFile ()
virtual void flushFile ()
virtual void write (char c)
virtual void write (const char *s)
virtual void write (const SbString &s)
virtual void write (const SbName &n)
virtual void write (int i)
virtual void write (unsigned int i)
virtual void write (short s)
virtual void write (unsigned short s)
virtual void write (float f)
virtual void write (double d)
virtual void writeBinaryArray (int32_t *l, int length)
virtual void writeBinaryArray (float *f, int length)
virtual void writeBinaryArray (double *d, int length)

Detailed Description

Interface of the IVF archive output class.

SoOutput derived class to handle performing output on MFC CArchive objects.

Note: Although the class name is CIvfArchiveOutput, the header file name is IvfArchiveOutput.h.

SEE ALSO

CIvfApp, CIvfArchiveInput, CIvfComponent, CIvfDocument, CIvfMainFrame

Deprecated:

Deprecated since Open Inventor 9500
The whole Ivf viewer API is no longer supported. Examples of custom viewers can be found in section MFC examples user interface of the Reference Manual.

Constructor & Destructor Documentation

CIvfArchiveOutput::CIvfArchiveOutput (  ) 

Constructor.

CIvfArchiveOutput::CIvfArchiveOutput ( CArchive *  ar  ) 

Constructor.

virtual CIvfArchiveOutput::~CIvfArchiveOutput (  )  [virtual]

Destructor.


Member Function Documentation

virtual void CIvfArchiveOutput::closeFile (  )  [virtual]

Not Documented.

Reimplemented from SoOutput.

virtual void CIvfArchiveOutput::flushFile (  )  [virtual]

Not Documented.

Reimplemented from SoOutput.

CArchive* CIvfArchiveOutput::getArchive (  )  [inline]

Not Documented.

virtual void CIvfArchiveOutput::write ( double  d  )  [virtual]

Not Documented.

Reimplemented from SoOutput.

virtual void CIvfArchiveOutput::write ( float  f  )  [virtual]

Not Documented.

Reimplemented from SoOutput.

virtual void CIvfArchiveOutput::write ( unsigned short  s  )  [virtual]

Reimplemented from SoOutput.

virtual void CIvfArchiveOutput::write ( short  s  )  [virtual]

Not Documented.

Reimplemented from SoOutput.

virtual void CIvfArchiveOutput::write ( unsigned int  i  )  [virtual]
virtual void CIvfArchiveOutput::write ( int  i  )  [virtual]

Not Documented.

virtual void CIvfArchiveOutput::write ( const SbName n  )  [virtual]

Not Documented.

Reimplemented from SoOutput.

virtual void CIvfArchiveOutput::write ( const SbString s  )  [virtual]

Not Documented.

Reimplemented from SoOutput.

virtual void CIvfArchiveOutput::write ( const char *  s  )  [virtual]

Not Documented.

Reimplemented from SoOutput.

virtual void CIvfArchiveOutput::write ( char  c  )  [virtual]

Not Documented.

Reimplemented from SoOutput.

virtual void CIvfArchiveOutput::writeBinaryArray ( double *  d,
int  length 
) [virtual]

Not Documented.

Reimplemented from SoOutput.

virtual void CIvfArchiveOutput::writeBinaryArray ( float *  f,
int  length 
) [virtual]

Not Documented.

Reimplemented from SoOutput.

virtual void CIvfArchiveOutput::writeBinaryArray ( int32_t *  l,
int  length 
) [virtual]

Not Documented.

Reimplemented from SoOutput.


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

Open Inventor by FEI reference manual, generated on 19 Aug 2019
Copyright © FEI S.A.S. All rights reserved.
http://www.openinventor.com/