HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
pvt Namespace Reference

Classes

struct  is_string
 
struct  is_string< ustring >
 
struct  is_string< string_view >
 
struct  is_string< std::string >
 
class  UnitTestFailureCounter
 
class  has_find_with_hash
 

Enumerations

enum  TexFormat {
  TexFormatUnknown, TexFormatTexture, TexFormatTexture3d, TexFormatShadow,
  TexFormatCubeFaceShadow, TexFormatVolumeShadow, TexFormatLatLongEnv, TexFormatCubeFaceEnv,
  TexFormatLast
}
 
enum  EnvLayout {
  LayoutTexture = 0, LayoutLatLong, LayoutCubeThreeByTwo, LayoutCubeOneBySix,
  EnvLayoutLast
}
 

Functions

void OIIO_UTIL_API use_char_ptr (char const volatile *)
 
template<typename X , typename Y >
bool equal_approx (const X &x, const Y &y)
 

Enumeration Type Documentation

Enumerator
LayoutTexture 
LayoutLatLong 
LayoutCubeThreeByTwo 
LayoutCubeOneBySix 
EnvLayoutLast 

Definition at line 51 of file texture.h.

Enumerator
TexFormatUnknown 
TexFormatTexture 
TexFormatTexture3d 
TexFormatShadow 
TexFormatCubeFaceShadow 
TexFormatVolumeShadow 
TexFormatLatLongEnv 
TexFormatCubeFaceEnv 
TexFormatLast 

Definition at line 39 of file texture.h.

Function Documentation

template<typename X , typename Y >
bool pvt::equal_approx ( const X &  x,
const Y &  y 
)
inline

Definition at line 70 of file unittest.h.

void OIIO_UTIL_API pvt::use_char_ptr ( char const volatile *  )