Ptex
Classes | Public Member Functions | Public Attributes | List of all members
PtexReader::ReductionKey Struct Reference

#include <PtexReader.h>

Classes

struct  Hasher
 

Public Member Functions

 ReductionKey ()
 
 ReductionKey (uint32_t faceid, Res res)
 
bool operator== (const ReductionKey &k) const
 

Public Attributes

int faceid
 
Res res
 

Detailed Description

Definition at line 618 of file PtexReader.h.

Constructor & Destructor Documentation

PtexReader::ReductionKey::ReductionKey ( )
inline

Definition at line 621 of file PtexReader.h.

PtexReader::ReductionKey::ReductionKey ( uint32_t  faceid,
Res  res 
)
inline

Definition at line 622 of file PtexReader.h.

Member Function Documentation

bool PtexReader::ReductionKey::operator== ( const ReductionKey k) const
inline

Definition at line 623 of file PtexReader.h.

References faceid, and res.

Member Data Documentation

int PtexReader::ReductionKey::faceid

Definition at line 619 of file PtexReader.h.

Referenced by PtexReader::ReductionKey::Hasher::operator()(), and operator==().

Res PtexReader::ReductionKey::res

Definition at line 620 of file PtexReader.h.

Referenced by PtexReader::ReductionKey::Hasher::operator()(), and operator==().


The documentation for this struct was generated from the following file: