vrmlproc & togeom
 
Loading...
Searching...
No Matches
to_geom::action::HelperCoordinateAction Class Reference

Represents an action for Coordinate VRML node. More...

#include <HelperCoordinateAction.hpp>

Inheritance diagram for to_geom::action::HelperCoordinateAction:
vrml_proc::action::ConversionContextAction< to_geom::conversion_context::Vec3fArrayConversionContext >

Classes

struct  Properties
 Properties for HelperCoordinateAction. More...
 

Public Member Functions

 HelperCoordinateAction (Properties properties)
 Constructs a HelperCoordinateAction with specified properties.
 
std::shared_ptr< to_geom::conversion_context::Vec3fArrayConversionContextExecute ()
 Takes all points by a reference and add them to Vec3fArrayConversionContext.
 
- Public Member Functions inherited from vrml_proc::action::ConversionContextAction< to_geom::conversion_context::Vec3fArrayConversionContext >
virtual ~ConversionContextAction ()=default
 Virtual default destructor.
 

Detailed Description

Represents an action for Coordinate VRML node.

Inherits from ConversionContextAction<Vec3fArrayConversionContext>.

Constructor & Destructor Documentation

◆ HelperCoordinateAction()

to_geom::action::HelperCoordinateAction::HelperCoordinateAction ( Properties properties)
inline

Constructs a HelperCoordinateAction with specified properties.

Parameters
propertiesproperties for HelperCoordinateAction

Member Function Documentation

◆ Execute()

std::shared_ptr< to_geom::conversion_context::Vec3fArrayConversionContext > to_geom::action::HelperCoordinateAction::Execute ( )
inlinevirtual

Takes all points by a reference and add them to Vec3fArrayConversionContext.

Returns
A shared pointer to the Vec3fArrayConversionContext.

Implements vrml_proc::action::ConversionContextAction< to_geom::conversion_context::Vec3fArrayConversionContext >.


The documentation for this class was generated from the following file: