Unigine::Plugins::SpiderVision::GroupData Class
Header: | #include <plugins/Unigine/SpiderVision/UnigineSpiderVision.h> |
This class stores the settings for the group of viewport arranged according to a predefined pattern.
The color correction data are stored in the configuration file.
This object is accessible via the corresponding method of the DisplaysConfig class.
GroupData Class
枚举
GROUP_TYPE#
Name | 描述 |
---|---|
WALL = 0 | Wall multi-channel visualization configuration. |
Members
int getID() const#
Returns the current ID of the viewport group.
Return value
Current ID of the viewport group.GroupData::GROUP_TYPE getType() const#
Returns the current type of the viewport group.
Return value
Current type of the viewport group.void setName ( const char * name ) #
Sets a new name of the viewport group.
Arguments
- const char * name - The name of the viewport group.
const char * getName() const#
Returns the current name of the viewport group.
Return value
Current name of the viewport group.void saveXml ( const Ptr<Xml> & xml ) #
Saves the viewport group data to the given instance of the Xml class.Arguments
bool restoreXml ( const Ptr<Xml> & xml ) #
Loads the viewport group data from the specified instance of the Xml class.Arguments
Return value
true if the data has been loaded successfully, otherwise false.void save ( const Ptr<Stream> & stream ) #
Saves the viewport group data to the specified stream.Arguments
void restore ( const Ptr<Stream> & stream ) #
Loads the viewport group data from the specified stream.Arguments
Last update:
2024-08-16
Help improve this article
Was this article helpful?
(or select a word/phrase and press Ctrl+Enter)