Represents an action for the Transform VRML node. More...
#include <TransformAction.hpp>
Classes | |
struct | Properties |
Properties for TransformAction . See VRML 2.0 specification for more information. More... | |
Public Member Functions | |
TransformAction (Properties properties) | |
Constructs a TransformAction with specified properties. | |
std::shared_ptr< to_geom::conversion_context::MeshTaskConversionContext > | Execute () override |
The method is focused only on children field. All children are merged together and returned as a pointer. | |
![]() | |
virtual | ~ConversionContextAction ()=default |
Virtual default destructor. | |
Represents an action for the Transform VRML node.
Inherits from ConversionContextAction<MeshTaskConversionContext>
to integrate with the conversion system.
to_geom::action::TransformAction::TransformAction | ( | Properties | properties | ) |
Constructs a TransformAction with specified properties.
properties | properties for TransformAction |
|
overridevirtual |
The method is focused only on children field. All children are merged together and returned as a pointer.
Implements vrml_proc::action::ConversionContextAction< to_geom::conversion_context::MeshTaskConversionContext >.