OpenGL Vizserver Reference Page
NAME
vsLoadable
-
base class for loadable object classes
HEADER FILE
#include <
vizserver/vsLoadable.h
>
PROTECTED METHOD SUMMARY
Creation and destruction
vsLoadable
(
);
virtual
~vsLoadable
(
);
CLASS DESCRIPTION
This object provides the core features needed for loadable object classes. It serves as a focal point for tracking the containing DSO/DLL for the class definition.
METHOD DESCRIPTIONS
vsLoadable()
vsLoadable (
);
Constructs a new loadable object.
~vsLoadable()
virtual ~vsLoadable (
);
Destroys this loadable object