IGLib  1.7.2
The IGLib base library for development of numerical, technical and business applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
IG.Gr.SurfceMesh3D Class Reference

Surface mesh in 3 dimensions. More...

+ Inheritance diagram for IG.Gr.SurfceMesh3D:
+ Collaboration diagram for IG.Gr.SurfceMesh3D:

Properties

override bool HasVolumes [get]
 
override int NumVolumes [get]
 
- Properties inherited from IG.Gr.Mesh3D
abstract vec3[] GridCoordinates [get]
 Returns the table of grid co-ordinates. If this property is not properly implemented in the concrete subclasses (e.g. it simply returns null) then methods GetGridCoordinate() and SetGridCoordinate() and the indexer must be re-implemented. More...
 
virtual vec3 this[int i] [get, set]
 Gets or sets co-ordinates of the specified grid point. Indices run contiguously from 0 on (they do not correspond to node numbers, which can be arbitrarily arranged). More...
 
- Properties inherited from IG.Gr.Mesh
abstract int NumNodes [get]
 Returns number of grid points. More...
 
abstract bool HasFaces [get]
 Gets a value indicating whether the mesh has faces. More...
 
abstract int NumFaces [get]
 Returns the number of faces that the mesh has. More...
 
abstract bool HasVolumes [get]
 Gets a value indicating whether the mesh has volumes. More...
 
abstract int NumVolumes [get]
 Returns the number of volumes that the mesh has. More...
 

Additional Inherited Members

- Public Member Functions inherited from IG.Gr.Mesh3D
virtual vec3 GetGridCoordinate (int i)
 Returns coordinates of the specified grid point. Indices run contiguously from 0 on (they do not correspond to node numbers, which can be arbitrarily arranged). More...
 
virtual void SetGridCoordinate (int i, vec3 coordinates)
 Sets coordinates of the specified grid point to the provided values. Indices run contiguously from 0 on (they do not correspond to node numbers, which can be arbitrarily arranged). More...
 
- Public Member Functions inherited from IG.Gr.Mesh
virtual int GetNodeNumber (int i)
 

Detailed Description

Surface mesh in 3 dimensions.

Property Documentation

override bool IG.Gr.SurfceMesh3D.HasVolumes
get
override int IG.Gr.SurfceMesh3D.NumVolumes
get

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