Represents an action for the Group VRML node. More...
#include <GroupAction.hpp>
Classes | |
struct | Properties |
Properties for GroupAction . See VRML 2.0 specification for more information. More... | |
Public Member Functions | |
GroupAction (Properties properties) | |
Constructs a GroupAction 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 Group VRML node.
Inherits from ConversionContextAction<MeshTaskConversionContext>
.
to_geom::action::GroupAction::GroupAction | ( | Properties | properties | ) |
Constructs a GroupAction with specified properties.
properties | properties for GroupAction |
|
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 >.