Namespaces | |
Far | |
Osd | |
Sdc | |
Vtr | |
Classes | |
class | HbrAllocator |
class | HbrBilinearSubdivision |
class | HbrCatmarkSubdivision |
class | HbrCornerEdit |
class | HbrCreaseEdit |
class | HbrVertex |
class | HbrHalfedge |
class | HbrFace |
class | HbrMesh |
class | HbrHierarchicalEdit |
struct | HbrFacePath |
class | HbrFaceChildren |
class | HbrFaceOperator |
class | HbrFaceEdit |
class | HbrFVarEdit |
class | HbrFVarData |
class | HbrHalfedgeCompare |
class | HbrHalfedgeOperator |
class | HbrHierarchicalEditComparator |
class | HbrHoleEdit |
class | HbrLoopSubdivision |
class | HbrSubdivision |
class | HbrVertexOperator |
class | HbrVertexEdit |
class | HbrMovingVertexEdit |
Typedefs | |
typedef void(* | HbrMemStatFunction )(size_t bytes) |
Functions | |
template<class T > | |
std::ostream & | operator<< (std::ostream &out, const HbrCornerEdit< T > &path) |
template<class T > | |
std::ostream & | operator<< (std::ostream &out, const HbrCreaseEdit< T > &path) |
template<class T > | |
std::ostream & | operator<< (std::ostream &out, const HbrFace< T > &face) |
bool | operator< (const HbrFacePath &x, const HbrFacePath &y) |
template<class T > | |
std::ostream & | operator<< (std::ostream &out, const HbrFaceEdit< T > &path) |
template<class T > | |
std::ostream & | operator<< (std::ostream &out, const HbrFVarEdit< T > &path) |
template<class T > | |
std::ostream & | operator<< (std::ostream &out, const HbrHalfedge< T > &edge) |
template<class T > | |
std::ostream & | operator<< (std::ostream &out, const HbrHoleEdit< T > &path) |
template<class T > | |
std::ostream & | operator<< (std::ostream &out, const HbrVertex< T > &vertex) |
template<class T > | |
std::ostream & | operator<< (std::ostream &out, const HbrVertexEdit< T > &path) |
typedef void(* HbrMemStatFunction)(size_t bytes) |
Definition at line 33 of file allocator.h.
|
inline |
std::ostream& OpenSubdiv::OPENSUBDIV_VERSION::operator<< | ( | std::ostream & | out, |
const HbrCornerEdit< T > & | path | ||
) |
Definition at line 36 of file cornerEdit.h.
std::ostream& OpenSubdiv::OPENSUBDIV_VERSION::operator<< | ( | std::ostream & | out, |
const HbrCreaseEdit< T > & | path | ||
) |
Definition at line 36 of file creaseEdit.h.
std::ostream& OpenSubdiv::OPENSUBDIV_VERSION::operator<< | ( | std::ostream & | out, |
const HbrHoleEdit< T > & | path | ||
) |
Definition at line 36 of file holeEdit.h.
std::ostream& OpenSubdiv::OPENSUBDIV_VERSION::operator<< | ( | std::ostream & | out, |
const HbrFaceEdit< T > & | path | ||
) |
Definition at line 38 of file faceEdit.h.
std::ostream& OpenSubdiv::OPENSUBDIV_VERSION::operator<< | ( | std::ostream & | out, |
const HbrVertexEdit< T > & | path | ||
) |
Definition at line 39 of file vertexEdit.h.
std::ostream& OpenSubdiv::OPENSUBDIV_VERSION::operator<< | ( | std::ostream & | out, |
const HbrFVarEdit< T > & | path | ||
) |
Definition at line 39 of file fvarEdit.h.
std::ostream & operator<< | ( | std::ostream & | out, |
const HbrHalfedge< T > & | edge | ||
) |
Definition at line 702 of file halfedge.h.
std::ostream & operator<< | ( | std::ostream & | out, |
const HbrFace< T > & | face | ||
) |