|
| PViewDataRemote (onelab::localNetworkClient *remote, double min, double max, int numsteps, double time, SBoundingBox3d &bbox) |
|
| ~PViewDataRemote () |
|
bool | finalize (bool computeMinMax=true, const std::string &interpolationScheme="") |
|
int | getNumTimeSteps () |
|
double | getMin (int step=-1, bool onlyVisible=false, int tensorRep=0, int forceNumComponents=0, int componentMap[9]=nullptr) |
|
double | getMax (int step=-1, bool onlyVisible=false, int tensorRep=0, int forceNumComponents=0, int componentMap[9]=nullptr) |
|
SBoundingBox3d | getBoundingBox (int step=-1) |
|
double | getTime (int step) |
|
int | getNumElements (int step=-1, int ent=-1) |
|
void | setMin (double min) |
|
void | setMax (double max) |
|
void | setBoundingBox (SBoundingBox3d &bbox) |
|
void | setTime (double time) |
|
bool | isRemote () |
|
int | fillRemoteVertexArrays (std::string &options) |
|
| PViewData () |
|
virtual | ~PViewData () |
|
virtual bool | getDirty () |
|
virtual void | setDirty (bool val) |
|
virtual std::string | getName () |
|
virtual void | setName (const std::string &val) |
|
virtual std::string | getFileName (int step=-1) |
|
virtual void | setFileName (const std::string &val) |
|
virtual bool | hasFileName (const std::string &val) |
|
virtual int | getFileIndex () |
|
virtual void | setFileIndex (int val) |
|
virtual int | getFirstNonEmptyTimeStep (int start=0) |
|
virtual int | getNumScalars (int step=-1) |
|
virtual int | getNumVectors (int step=-1) |
|
virtual int | getNumTensors (int step=-1) |
|
virtual int | getNumPoints (int step=-1) |
|
virtual int | getNumLines (int step=-1) |
|
virtual int | getNumTriangles (int step=-1) |
|
virtual int | getNumQuadrangles (int step=-1) |
|
virtual int | getNumPolygons (int step=-1) |
|
virtual int | getNumTetrahedra (int step=-1) |
|
virtual int | getNumHexahedra (int step=-1) |
|
virtual int | getNumPrisms (int step=-1) |
|
virtual int | getNumPyramids (int step=-1) |
|
virtual int | getNumTrihedra (int step=-1) |
|
virtual int | getNumPolyhedra (int step=-1) |
|
virtual int | getNumEntities (int step=-1) |
|
virtual int | getDimension (int step, int ent, int ele) |
|
virtual int | getNumNodes (int step, int ent, int ele) |
|
virtual int | getNode (int step, int ent, int ele, int nod, double &x, double &y, double &z) |
|
virtual void | setNode (int step, int ent, int ele, int nod, double x, double y, double z) |
|
virtual void | tagNode (int step, int ent, int ele, int nod, int tag) |
|
virtual int | getNumComponents (int step, int ent, int ele) |
|
virtual int | getNumValues (int step, int ent, int ele) |
|
virtual void | getValue (int step, int ent, int ele, int idx, double &val) |
|
virtual void | getValue (int step, int ent, int ele, int nod, int comp, double &val) |
|
virtual void | setValue (int step, int ent, int ele, int nod, int comp, double val) |
|
void | getScalarValue (int step, int ent, int ele, int nod, double &val, int tensorRep=0, int forceNumComponents=0, int componentMap[9]=nullptr) |
|
virtual int | getNumEdges (int step, int ent, int ele) |
|
virtual int | getType (int step, int ent, int ele) |
|
virtual int | getNumStrings2D () |
|
virtual int | getNumStrings3D () |
|
virtual void | getString2D (int i, int step, std::string &str, double &x, double &y, double &style) |
|
virtual void | getString3D (int i, int step, std::string &str, double &x, double &y, double &z, double &style) |
|
virtual void | reverseElement (int step, int ent, int ele) |
|
virtual bool | empty () |
|
virtual bool | skipEntity (int step, int ent) |
|
virtual bool | skipElement (int step, int ent, int ele, bool checkVisibility=false, int samplingRate=1) |
|
virtual bool | hasTimeStep (int step) |
|
virtual bool | hasPartition (int step, int part) |
|
virtual bool | hasMultipleMeshes () |
|
virtual bool | hasModel (GModel *model, int step=-1) |
|
virtual bool | isNodeData () |
|
virtual bool | useGaussPoints () |
|
void | initAdaptiveData (int step, int level, double tol) |
|
void | initAdaptiveDataLight (int step, int level, double tol) |
|
void | saveAdaptedViewForVTK (const std::string &guifileName, int useDefaultName, int step, int level, double tol, int npart, bool isBinary) |
|
void | destroyAdaptiveData () |
|
adaptiveData * | getAdaptiveData () |
|
void | setInterpolationMatrices (int type, const fullMatrix< double > &coefVal, const fullMatrix< double > &expVal) |
|
void | setInterpolationMatrices (int type, const fullMatrix< double > &coefVal, const fullMatrix< double > &expVal, const fullMatrix< double > &coefGeo, const fullMatrix< double > &expGeo) |
|
int | getInterpolationMatrices (int type, std::vector< fullMatrix< double > * > &p) |
|
bool | haveInterpolationMatrices (int type=0) |
|
void | deleteInterpolationMatrices (int type=0) |
|
std::string | getInterpolationSchemeName () |
|
void | setInterpolationSchemeName (std::string name) |
|
virtual void | smooth () |
|
virtual bool | combineTime (nameData &nd) |
|
virtual bool | combineSpace (nameData &nd) |
|
virtual void | setXY (std::vector< double > &x, std::vector< double > &y) |
|
virtual void | setXYZV (std::vector< double > &x, std::vector< double > &y, std::vector< double > &z, std::vector< double > &v) |
|
virtual bool | isListBased () |
|
virtual double | getMemoryInMb () |
|
virtual GModel * | getModel (int step) |
|
virtual GEntity * | getEntity (int step, int entity) |
|
virtual MElement * | getElement (int step, int entity, int element) |
|
double | findClosestNode (double &xn, double &yn, double &zn, int step) |
|
bool | searchScalar (double x, double y, double z, double *values, int step=-1, double *size=nullptr, int qn=0, double *qx=nullptr, double *qy=nullptr, double *qz=nullptr, bool grad=false, int dim=-1) |
|
bool | searchVector (double x, double y, double z, double *values, int step=-1, double *size=nullptr, int qn=0, double *qx=nullptr, double *qy=nullptr, double *qz=nullptr, bool grad=false, int dim=-1) |
|
bool | searchTensor (double x, double y, double z, double *values, int step=-1, double *size=nullptr, int qn=0, double *qx=nullptr, double *qy=nullptr, double *qz=nullptr, bool grad=false, int dim=-1) |
|
bool | searchScalarClosest (double x, double y, double z, double &distance, double *values, int step=-1, double *size=nullptr, int qn=0, double *qx=nullptr, double *qy=nullptr, double *qz=nullptr, bool grad=false, int dim=-1) |
|
bool | searchVectorClosest (double x, double y, double z, double &distance, double *values, int step=-1, double *size=nullptr, int qn=0, double *qx=nullptr, double *qy=nullptr, double *qz=nullptr, bool grad=false, int dim=-1) |
|
bool | searchTensorClosest (double x, double y, double z, double &distance, double *values, int step=-1, double *size=nullptr, int qn=0, double *qx=nullptr, double *qy=nullptr, double *qz=nullptr, bool grad=false, int dim=-1) |
|
virtual bool | writeSTL (const std::string &fileName) |
|
virtual bool | writeTXT (const std::string &fileName) |
|
virtual bool | writePOS (const std::string &fileName, bool binary=false, bool parsed=true, bool append=false) |
|
virtual bool | writeMSH (const std::string &fileName, double version=2.2, bool binary=false, bool saveMesh=true, bool multipleView=false, int partitionNum=-1, bool saveInterpolationMatrices=true, bool forceNodeData=false, bool forceElementData=false) |
|
virtual bool | writeMED (const std::string &fileName) |
|
virtual bool | toVector (std::vector< std::vector< double > > &vec) |
|
virtual bool | fromVector (const std::vector< std::vector< double > > &vec) |
|
virtual void | importLists (int N[24], std::vector< double > *V[24]) |
|
virtual void | getListPointers (int N[24], std::vector< double > *V[24]) |
|
virtual void | sendToServer (const std::string &name) |
|