Generic class to manipulate a topologic element (vertex, edge, face or solid).  
#include <XAO_GeometricElement.hxx>
      
        
          | GeometricElement::GeometricElement  | 
          ( | 
           | ) | 
           | 
        
      
 
 
      
        
          | GeometricElement::GeometricElement  | 
          ( | 
          const std::string &  | 
          name,  | 
        
        
           | 
           | 
          const std::string &  | 
          reference  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
- Parameters
 - 
  
    | name | the name of the element.  | 
    | reference | the reference of the element.  | 
  
   
References m_name, and m_reference.
 
 
  
  
      
        
          | GeometricElement::~GeometricElement  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
 
  
  
      
        
          | const std::string XAO::GeometricElement::getName  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
  
  
      
        
          | const std::string XAO::GeometricElement::getReference  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
      
        
          | const bool GeometricElement::hasName  | 
          ( | 
           | ) | 
           | 
        
      
 
- Returns
 - true if the element has a name, false otherwise. 
 
References m_name.
 
 
  
  
      
        
          | void XAO::GeometricElement::setName  | 
          ( | 
          const std::string &  | 
          name | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
  
  
      
        
          | void XAO::GeometricElement::setReference  | 
          ( | 
          const std::string &  | 
          reference | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
- Parameters
 - 
  
    | reference | the reference to set.  | 
  
   
 
 
  
  
      
        
          | std::string XAO::GeometricElement::m_name | 
         
       
   | 
  
private   | 
  
 
 
  
  
      
        
          | std::string XAO::GeometricElement::m_reference | 
         
       
   | 
  
private   | 
  
 
 
The documentation for this class was generated from the following files: