#include <viewcube.h>
Public Member Functions | |
| Block () | |
| std::shared_ptr< BlockAttributes > | attributes () const |
| std::shared_ptr< PointParameters > | parameters () const |
Public Member Functions inherited from cil::Filter | |
| Filter () | |
| const std::string & | type () const |
| std::shared_ptr< Attributes > | attributes () const |
| std::shared_ptr< Parameters > | parameters () const |
Public Attributes | |
| Box3f | box |
| Vector3f | dir |
Additional Inherited Members | |
Protected Attributes inherited from cil::Filter | |
| std::string | m_type |
| std::shared_ptr< Attributes > | m_attributes |
| std::shared_ptr< Parameters > | m_parameters |
| cil::Block::Block | ( | ) |
| std::shared_ptr< BlockAttributes > cil::Block::attributes | ( | ) | const |
| std::shared_ptr< PointParameters > cil::Block::parameters | ( | ) | const |
| Box3f cil::Block::box |
| Vector3f cil::Block::dir |