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.Mesh Class Reference

Base class for all mesh classes. More...

+ Inheritance diagram for IG.Gr.Mesh:

Public Member Functions

virtual int GetNodeNumber (int i)
 

Properties

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...
 

Detailed Description

Base class for all mesh classes.

Member Function Documentation

virtual int IG.Gr.Mesh.GetNodeNumber ( int  i)
inlinevirtual

Property Documentation

abstract int IG.Gr.Mesh.NumNodes
get

Returns number of grid points.

abstract bool IG.Gr.Mesh.HasFaces
get

Gets a value indicating whether the mesh has faces.

abstract int IG.Gr.Mesh.NumFaces
get

Returns the number of faces that the mesh has.

abstract bool IG.Gr.Mesh.HasVolumes
get

Gets a value indicating whether the mesh has volumes.

abstract int IG.Gr.Mesh.NumVolumes
get

Returns the number of volumes that the mesh has.


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