MItSubdVertex Class Reference
         
    
#include <MItSubdVertex.h>
Subdiv vertex iterator. 
This class is the iterator for subdiv vertices. 
Constructor. 
Creates an iterator for all vertices of the given subdiv surface.
- Parameters
- 
  
    | [in] | subdObject | The subd surface to iterate over |  | [out] | ReturnStatus | Status code |  
 
- Status Codes:
- 
 
 
Destructor. 
Frees up storage used by the iterator. 
 
 
      
        
          | bool isDone | ( | MStatus * | ReturnStatus = NULL | ) |  | 
      
 
Indicates if all of the vertices have been traversed yet. 
- Parameters
- 
  
    | [out] | ReturnStatus | Status code |  
 
- Returns
- 
- true All vertices have been traversed 
- false There are more vertices in the iteration
 
- Status Codes:
- 
 
 
Advance to the next vertex in the iteration. 
- Returns
- Status code
- Status Codes:
- 
 
 
Reset the iterator to the first vertex. 
- Returns
- Status code
- Status Codes:
- 
 
 
      
        
          | int level | ( | MStatus * | ReturnStatus = NULL | ) | const | 
      
 
Returns the level of the subdiv object. 
- Parameters
- 
  
    | [out] | ReturnStatus | Status code |  
 
- Returns
- The level.
- Status Codes:
- 
 
 
      
        
          | void setLevel | ( | int | level, | 
        
          |  |  | MStatus * | ReturnStatus = NULL | 
        
          |  | ) |  |  | 
      
 
Sets the level of the subdiv object. 
- Parameters
- 
  
    | [in] | level | Level of the subdiv |  | [out] | ReturnStatus | Status code |  
 
- Status Codes:
- 
 
 
      
        
          | bool isValid | ( | MStatus * | ReturnStatus = NULL | ) | const | 
      
 
Checks if the iterator is valid. 
- Parameters
- 
  
    | [out] | ReturnStatus | Status code |  
 
- Returns
- Boolean to indicate whether the iterator is valid or not.
- Status Codes:
- 
 
 
      
        
          | MUint64 index | ( | MStatus * | ReturnStatus = NULL | ) |  | 
      
 
Returns the index of the current vertex in the vertex list for this subdiv object. 
- Parameters
- 
  
    | [out] | ReturnStatus | Status code |  
 
- Returns
- The index in the vertex list for the current vertex
- Status Codes:
- 
 
 
  
  | 
        
          | const char * className | ( |  | ) |  |  | static | 
 
Returns the name of this class. 
- Returns
- The name of this class. 
 
 
The documentation for this class was generated from the following files:
- MItSubdVertex.h
- MItSubdVertex.cpp