| 
    HDK
    
   | 
 
#include <UT_Vector.h>
Public Member Functions | |
| UT_PermutationT (exint nl, exint nh) | |
| ~UT_PermutationT () | |
| UT_PermutationT (const UT_PermutationT< T > &p) | |
| UT_PermutationT< T > & | operator= (const UT_PermutationT< T > &p) | 
| void | zero () | 
| exint | getNL () const | 
| exint | getNH () const | 
| exint | length () const | 
| void | changeNL (exint nl) | 
| void | setShallowNL (exint nl) | 
| void | setShallowNH (exint nh) | 
| T & | operator() (exint i) | 
| T | operator() (exint i) const | 
Definition at line 316 of file UT_Vector.h.
| UT_PermutationT< T >::UT_PermutationT | ( | exint | nl, | 
| exint | nh | ||
| ) | 
Definition at line 1335 of file UT_VectorImpl.h.
| UT_PermutationT< T >::~UT_PermutationT | ( | ) | 
Definition at line 1344 of file UT_VectorImpl.h.
| UT_PermutationT< T >::UT_PermutationT | ( | const UT_PermutationT< T > & | p | ) | 
Definition at line 1350 of file UT_VectorImpl.h.
| void UT_PermutationT< T >::changeNL | ( | exint | nl | ) | 
Definition at line 1389 of file UT_VectorImpl.h.
      
  | 
  inline | 
Definition at line 334 of file UT_Vector.h.
      
  | 
  inline | 
Definition at line 331 of file UT_Vector.h.
      
  | 
  inline | 
Definition at line 336 of file UT_Vector.h.
      
  | 
  inline | 
Definition at line 348 of file UT_Vector.h.
      
  | 
  inline | 
Definition at line 353 of file UT_Vector.h.
| UT_PermutationT< T > & UT_PermutationT< T >::operator= | ( | const UT_PermutationT< T > & | p | ) | 
Definition at line 1357 of file UT_VectorImpl.h.
      
  | 
  inline | 
Definition at line 345 of file UT_Vector.h.
      
  | 
  inline | 
Definition at line 344 of file UT_Vector.h.
| void UT_PermutationT< T >::zero | ( | ) | 
Definition at line 1382 of file UT_VectorImpl.h.