#include <object.h>
◆ ~Container()
  
  
      
        
          | virtual titan::Container::~Container  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inlinevirtual   | 
  
 
 
◆ add() [1/3]
◆ add() [2/3]
      
        
          | void titan::Container::add  | 
          ( | 
          Mass *  | 
          m | ) | 
           | 
        
      
 
 
◆ add() [3/3]
      
        
          | void titan::Container::add  | 
          ( | 
          Spring *  | 
          s | ) | 
           | 
        
      
 
 
◆ fix()
      
        
          | void titan::Container::fix  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ rotate()
      
        
          | void titan::Container::rotate  | 
          ( | 
          const Vec &  | 
          axis,  | 
        
        
           | 
           | 
          double  | 
          angle  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ setMassValues()
      
        
          | void titan::Container::setMassValues  | 
          ( | 
          double  | 
          m | ) | 
           | 
        
      
 
 
◆ setRestLengths()
      
        
          | void titan::Container::setRestLengths  | 
          ( | 
          double  | 
          len | ) | 
           | 
        
      
 
 
◆ setSpringConstants()
      
        
          | void titan::Container::setSpringConstants  | 
          ( | 
          double  | 
          k | ) | 
           | 
        
      
 
 
◆ translate()
      
        
          | void titan::Container::translate  | 
          ( | 
          const Vec &  | 
          displ | ) | 
           | 
        
      
 
 
◆ masses
      
        
          | std::vector<Mass *> titan::Container::masses | 
        
      
 
 
◆ springs
      
        
          | std::vector<Spring *> titan::Container::springs | 
        
      
 
 
The documentation for this class was generated from the following file: