OpenCMISS-Zinc C++ API Documentation
 All Classes Namespaces Files Functions Typedefs Enumerations Enumerator Pages
Public Member Functions | Protected Attributes | List of all members
OpenCMISS::Zinc::Sceneviewermodule Class Reference

Module object for creating and managing scene viewers. More...

#include <sceneviewer.hpp>

Public Member Functions

 Sceneviewermodule (cmzn_sceneviewermodule_id in_sceneviewermodule_id)
 
 Sceneviewermodule (const Sceneviewermodule &sceneviewermodule)
 
Sceneviewermoduleoperator= (const Sceneviewermodule &sceneviewermodule)
 
bool isValid () const
 
cmzn_sceneviewermodule_id getId () const
 
Sceneviewer createSceneviewer (Sceneviewer::BufferingMode buffering_mode, Sceneviewer::StereoMode stereo_mode)
 

Protected Attributes

cmzn_sceneviewermodule_id id
 

Detailed Description

Module object for creating and managing scene viewers.

Module object for creating and managing scene viewers.

Member Function Documentation

cmzn_sceneviewermodule_id OpenCMISS::Zinc::Sceneviewermodule::getId ( ) const
inline

Return the C handle of the Sceneviewermodule object.

Returns
C handle of Sceneviewermodule if this objects is valid, 0 otherwise.
bool OpenCMISS::Zinc::Sceneviewermodule::isValid ( ) const
inline

Check if this is a valid Sceneviewermodule object.

Returns
Status True if object is valid, false otherwise.

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