rsvs3D  0.0.0
Codes for the c++ implementation of the 3D RSVS
meshpart Class Referenceabstract

/Abstract class to ensure mesh interfaces are correct. More...

#include <mesh.hpp>

Inheritance diagram for meshpart:
ArrayStructpart edge snax snaxedge snaxsurf surf vert volu

Public Member Functions

virtual void disptree (const mesh &meshin, int n) const =0
 
virtual double value (const mesh &meshin) const =0
 
- Public Member Functions inherited from ArrayStructpart
virtual void disp () const =0
 
virtual int Key () const =0
 
virtual void ChangeIndices (int nVert, int nEdge, int nSurf, int nVolu)=0
 
virtual void PrepareForUse ()=0
 
virtual bool isready (bool isInMesh) const =0
 
virtual void read (FILE *fid)=0
 
virtual void write (FILE *fid) const =0
 
virtual void TightenConnectivity ()=0
 

Additional Inherited Members

- Public Attributes inherited from ArrayStructpart
int index = 0
 
bool isBorder = false
 

Detailed Description

/Abstract class to ensure mesh interfaces are correct.

Definition at line 186 of file mesh.hpp.


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