OpenCMISS-Iron Python Bindings API Documentation
iron.Fields Class Reference
Inheritance diagram for iron.Fields:
Collaboration diagram for iron.Fields:

Public Member Functions

def __init__ (self)
 
def CreateInterface (self, interface)
 
def CreateRegion (self, region)
 
def ElementsExport (self, fileName, method)
 
def Finalise (self)
 
def NodesExport (self, fileName, method)
 

Public Attributes

 cmiss_type
 

Detailed Description

Contains information for a fields defined on a region.

Definition at line 5506 of file iron.py.

Constructor & Destructor Documentation

def iron.Fields.__init__ (   self)
Initialise a null cmfe_FieldsType

Definition at line 5510 of file iron.py.

Member Function Documentation

def iron.Fields.CreateInterface (   self,
  interface 
)
Creates a cmfe_FieldsType object for an inteface by an object reference.

:param interface: The interface to get the fields from
:type interface: Interface
:rtype: None

Definition at line 5515 of file iron.py.

def iron.Fields.CreateRegion (   self,
  region 
)
Creates a cmfe_FieldsType object for a region by an object reference.

:param region: The region to get the fields from
:type region: Region
:rtype: None

Definition at line 5526 of file iron.py.

def iron.Fields.ElementsExport (   self,
  fileName,
  method 
)
Export element information for fields set identified by an object. \todo number method

:param fileName: The file name to export the elements to
:type fileName: string
:param method: The export method to use.
:type method: string
:rtype: None

Definition at line 5537 of file iron.py.

def iron.Fields.Finalise (   self)
Finalises a cmfe_FieldsType object.

:rtype: None

Definition at line 5550 of file iron.py.

def iron.Fields.NodesExport (   self,
  fileName,
  method 
)
Export nodal information for fields set identified by an object. \todo number method

:param fileName: The file name to export the nodes to
:type fileName: string
:param method: The export method to use.
:type method: string
:rtype: None

Definition at line 5559 of file iron.py.

Member Data Documentation

iron.Fields.cmiss_type

Definition at line 5513 of file iron.py.