|  | 
| virtual IThing * | getIThing ()=0 | 
|  | returns the generic type 
 | 
|  | 
| virtual const IThing * | getIThing () const =0 | 
|  | returns the generic type 
 | 
|  | 
| virtual string | getName () const =0 | 
|  | returns the name 
 | 
|  | 
| virtual void | getFractureOfClusterList (FArray< IFracture * > *ret, uint64 ind=0) const =0 | 
|  | returns the fractures with the given cluster index or all fracture if zero 
 | 
|  | 
| virtual void | getPathClusterList (FArray< IFracture * > *ret, IFracture *f1, IFracture *f2) const =0 | 
|  | returns the path between two fractures 
 | 
|  | 
| virtual int | getLargestCluster () const =0 | 
|  | returns the index of the largest cluster 
 | 
|  | 
| virtual int | getMaxIndCluster () const =0 | 
|  | returns the largest index of available cluster 
 | 
|  | 
| virtual void | assignIntersectionSet (const IIntersectionSet *s)=0 | 
|  | assign an intersection set to the cluster 
 | 
|  | 
|  | 
| static const TType | type_ = 0x4f4fab1c | 
|  | 
The documentation for this class was generated from the following file: