Represents an action for the Box VRML node. More...
#include <BoxAction.hpp>
Classes | |
struct | Properties |
Properties for BoxAction . See VRML 2.0 specification for more information. More... | |
Public Member Functions | |
BoxAction (Properties properties, GeometryAction::Properties geometryProperties) | |
Constructs a BoxAction with specified properties. | |
std::shared_ptr< to_geom::conversion_context::MeshTaskConversionContext > | Execute () override |
Executes the conversion of the Box node to a mesh representation. | |
![]() | |
GeometryAction (Properties properties) | |
Constructs a GeometryAction with specified properties. | |
![]() | |
virtual | ~ConversionContextAction ()=default |
Virtual default destructor. | |
Additional Inherited Members | |
![]() | |
Properties | m_geometryProperties |
Represents an action for the Box VRML node.
Converts a VRML Box
node into a geometric representation. Inherits from GeometryAction
to integrate with the conversion system.
to_geom::action::BoxAction::BoxAction | ( | Properties | properties, |
GeometryAction::Properties | geometryProperties ) |
|
overridevirtual |
Executes the conversion of the Box node to a mesh representation.
Implements to_geom::action::GeometryAction.