#include <STLBinaryReader.H>
 | 
| void  | ReadData (istream &a_file, const int offset) | 
|   | 
◆ STLBinaryReader() [1/2]
      
        
          | STLBinaryReader::STLBinaryReader  | 
          ( | 
           | ) | 
           | 
        
      
 
Constructor - read from standard input. 
 
 
◆ STLBinaryReader() [2/2]
      
        
          | STLBinaryReader::STLBinaryReader  | 
          ( | 
          const string &  | 
          a_filename | ) | 
           | 
        
      
 
Constructor - read from file name. 
 
 
◆ ~STLBinaryReader()
      
        
          | STLBinaryReader::~STLBinaryReader  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ GetHeader()
  
  
      
        
          | string* STLBinaryReader::GetHeader  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
virtual   | 
  
 
Return header information. 
Implements STLReader.
 
 
◆ GetNtri()
  
  
      
        
          | void STLBinaryReader::GetNtri  | 
          ( | 
          int &  | 
          a_ntri | ) | 
           const | 
         
       
   | 
  
virtual   | 
  
 
Return number of elements. 
Implements STLReader.
 
 
◆ GetNtriMatch()
  
  
      
        
          | void STLBinaryReader::GetNtriMatch  | 
          ( | 
          bool &  | 
          a_ntriMatch | ) | 
           const | 
         
       
   | 
  
virtual   | 
  
 
Return whether number of elements from header matches file. 
Implements STLReader.
 
 
◆ GetMesh()
Return pointer to the mesh. 
Implements STLReader.
 
 
◆ ReadData()
  
  
      
        
          | void STLBinaryReader::ReadData  | 
          ( | 
          istream &  | 
          a_file,  | 
         
        
           | 
           | 
          const int  | 
          offset  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
protectedvirtual   | 
  
 
 
◆ operator=()
◆ m_header
  
  
      
        
          | string* STLBinaryReader::m_header | 
         
       
   | 
  
protected   | 
  
 
 
◆ m_ntri
  
  
      
        
          | int STLBinaryReader::m_ntri | 
         
       
   | 
  
protected   | 
  
 
 
◆ m_ntriMatch
  
  
      
        
          | bool STLBinaryReader::m_ntriMatch | 
         
       
   | 
  
protected   | 
  
 
 
◆ m_stlmesh
The documentation for this class was generated from the following file: