CoinLayer Struct Reference

#include <RobotAPI/components/ArViz/Coin/Visualizer.h>

Public Member Functions

 CoinLayer ()=default
 
 CoinLayer (CoinLayer &&other)
 
 CoinLayer (CoinLayer const &)=delete
 
 CoinLayer (CoinLayerID const &id, SoSeparator *node)
 
CoinLayerElementfindElement (std::string const &id)
 
CoinLayerElement const * findElement (std::string const &id) const
 
auto lowerBound (std::string const &id)
 
void operator= (CoinLayer &&other)
 
void operator= (CoinLayer const &)=delete
 
 ~CoinLayer ()
 

Public Attributes

std::vector< CoinLayerElementelements
 
CoinLayerID id
 
SoSeparator * node = nullptr
 
CoinLayerElement pivot
 

Detailed Description

Definition at line 36 of file Visualizer.h.

Constructor & Destructor Documentation

◆ CoinLayer() [1/4]

CoinLayer ( )
default

◆ CoinLayer() [2/4]

CoinLayer ( CoinLayerID const &  id,
SoSeparator *  node 
)
inline

Definition at line 40 of file Visualizer.h.

◆ CoinLayer() [3/4]

CoinLayer ( CoinLayer &&  other)
inline

Definition at line 50 of file Visualizer.h.

◆ ~CoinLayer()

~CoinLayer ( )
inline

Definition at line 59 of file Visualizer.h.

◆ CoinLayer() [4/4]

CoinLayer ( CoinLayer const &  )
delete

Member Function Documentation

◆ findElement() [1/2]

CoinLayerElement* findElement ( std::string const &  id)
inline

Definition at line 84 of file Visualizer.h.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ findElement() [2/2]

CoinLayerElement const* findElement ( std::string const &  id) const
inline

Definition at line 94 of file Visualizer.h.

+ Here is the call graph for this function:

◆ lowerBound()

auto lowerBound ( std::string const &  id)
inline

Definition at line 78 of file Visualizer.h.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ operator=() [1/2]

void operator= ( CoinLayer &&  other)
inline

Definition at line 70 of file Visualizer.h.

◆ operator=() [2/2]

void operator= ( CoinLayer const &  )
delete

Member Data Documentation

◆ elements

std::vector<CoinLayerElement> elements

Definition at line 101 of file Visualizer.h.

◆ id

Definition at line 99 of file Visualizer.h.

◆ node

SoSeparator* node = nullptr

Definition at line 100 of file Visualizer.h.

◆ pivot

Definition at line 102 of file Visualizer.h.


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