Cumulia Illustrator Rendering Engine v2.1.0
A Rendering engine for industrial CAD/CAE model and optimized for greatest performance
 
Loading...
Searching...
No Matches
cil::SelectorOptions< T > Class Template Reference

#include <selector.h>

Public Attributes

std::shared_ptr< std::vector< std::shared_ptr< T > > > entities
 
std::function< std::shared_ptr< Node >(std::shared_ptr< T >)> entity2node
 

Member Data Documentation

◆ entities

template<typename T >
std::shared_ptr<std::vector<std::shared_ptr<T> > > cil::SelectorOptions< T >::entities

◆ entity2node

template<typename T >
std::function<std::shared_ptr<Node>(std::shared_ptr<T>)> cil::SelectorOptions< T >::entity2node