IOCloudPoints.hpp
virtual void absorbSectionXML(const bitpit::Config::Section &slotXML, std::string name="")
Definition: IOCloudPoints.cpp:267
void setReadFilename(std::string filename)
Definition: IOCloudPoints.cpp:167
void plotOptionalResults()
Definition: IOCloudPoints.cpp:360
void setGeometry(MimmoSharedPointer< MimmoObject > geometry)
Definition: IOCloudPoints.cpp:187
IOCloudPoints & operator=(IOCloudPoints other)
Definition: IOCloudPoints.cpp:85
BaseManipulation is the base class of any manipulation object of the library.
Definition: BaseManipulation.hpp:102
void setVectorField(dmpvecarr3E *vectorfield)
Definition: IOCloudPoints.cpp:220
#define REGISTER_PORT(Name, Container, Datatype, ManipBlock)
Definition: portManager.hpp:211
void setWriteFilename(std::string filename)
Definition: IOCloudPoints.cpp:198
void setScalarField(dmpvector1D *scalarfield)
Definition: IOCloudPoints.cpp:209
virtual void flushSectionXML(bitpit::Config::Section &slotXML, std::string name="")
Definition: IOCloudPoints.cpp:336
IOCloudPoints is the class to read from file a set of cloud 3D points w/ attached a scalar field of f...
Definition: IOCloudPoints.hpp:131
IOCloudPoints(bool readMode=true)
Definition: IOCloudPoints.cpp:33