44 namespace NekMeshUtils
48 "cfi", CADVertCFI::create,
"CAD vert cfi");
50 void CADVertCFI::Initialise(
int i, cfi::Point* in,
NekDouble s)
56 cfi::Position pos = m_cfipoint->getGeometry();
58 m_node = std::shared_ptr<Node>(
59 new Node(i - 1, pos.x*m_scal, pos.y*m_scal, pos.z*m_scal));
CADVertFactory & GetCADVertFactory()
tKey RegisterCreatorFunction(tKey idKey, CreatorFunction classCreator, std::string pDesc="")
Register a class with the factory.