16 #ifndef SURGSIM_PHYSICS_FEM3DPLYREADERDELEGATE_H 17 #define SURGSIM_PHYSICS_FEM3DPLYREADERDELEGATE_H 27 class Fem3DRepresentation;
46 #endif // SURGSIM_PHYSICS_FEM3DPLYREADERDELEGATE_H Definition: DriveElementFromInputBehavior.cpp:27
Common part of implementation of PlyReaderDelegate for FemRepresentations.
Definition: FemPlyReaderDelegate.h:39
Implementation of PlyReaderDelegate for Fem3DRepresentation.
Definition: Fem3DPlyReaderDelegate.h:30
virtual std::string getElementName() const override
Definition: Fem3DPlyReaderDelegate.cpp:36
string(TOUPPER ${DEVICE}DEVICE_UPPER_CASE) option(BUILD_DEVICE_ $
Definition: CMakeLists.txt:35
virtual void processFemElement(const std::string &elementName) override
Callback function to process one FemElement.
Definition: Fem3DPlyReaderDelegate.cpp:41
Fem3DPlyReaderDelegate(std::shared_ptr< Fem3DRepresentation > fem)
Constructor.
Definition: Fem3DPlyReaderDelegate.cpp:31