3D Repo Bouncer  1.4
Public Member Functions | List of all members
repo::manipulator::modelutility::SelectionTreeMaker Class Reference

Public Member Functions

 SelectionTreeMaker (const repo::core::model::RepoScene *scene)
 
std::map< std::string, repo::lib::PropertyTreegetSelectionTreeAsPropertyTree () const
 
std::map< std::string, std::vector< uint8_t > > getSelectionTreeAsBuffer () const
 

Constructor & Destructor Documentation

SelectionTreeMaker::SelectionTreeMaker ( const repo::core::model::RepoScene scene)

Create a selection tree maker. The scene must be a valid pointer with Default graph loaded scene scene to construct from

Member Function Documentation

std::map< std::string, std::vector< uint8_t > > SelectionTreeMaker::getSelectionTreeAsBuffer ( ) const

Construct and return the selection tree as a Property Tree As a buffer The method will return an empty tree if the scene is null or the default graph is not loaded.

Returns
returns the selection tree as a property tree
std::map< std::string, repo::lib::PropertyTree > SelectionTreeMaker::getSelectionTreeAsPropertyTree ( ) const

Construct and return the selection tree as a Property Tree The method will return an empty tree if the scene is null or the default graph is not loaded.

Returns
returns the selection tree as a property tree

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