RenderMan API  23.0
RiTypesHelper.h File Reference
#include <algorithm>
#include <cassert>
#include <cfloat>
#include <cmath>
#include <cstring>
#include <functional>
#include <iostream>
#include <cstdint>
#include "RiEntrypoints.h"
#include "pxrcore/ustring/ustring.h"
#include "pxrcore/paramlist/types.h"

Go to the source code of this file.

Classes

class  RtFloat2
 
class  RtBBox
 
class  RixRefCntPtr< T >
 

Macros

#define US_NULL   RtUString()
 

Typedefs

typedef pxrcore::Float3 RtFloat3
 
typedef RtFloat3 RtPoint3
 
typedef RtFloat3 RtVector3
 
typedef RtFloat3 RtNormal3
 
typedef pxrcore::Matrix4x4 RtMatrix4x4
 
typedef RtFloat2 RtPoint2
 
typedef RtFloat2 RtVector2
 
typedef pxrcore::Float4 RtFloat4
 
typedef RtFloat4 RtPoint4
 
typedef pxrcore::ColorRGB RtColorRGB
 
typedef pxrcore::UString RtUString
 

Macro Definition Documentation

◆ US_NULL

#define US_NULL   RtUString()

Definition at line 682 of file RiTypesHelper.h.

Typedef Documentation

◆ RtColorRGB

typedef pxrcore::ColorRGB RtColorRGB

Definition at line 519 of file RiTypesHelper.h.

◆ RtFloat3

typedef pxrcore::Float3 RtFloat3

Definition at line 68 of file RiTypesHelper.h.

◆ RtFloat4

typedef pxrcore::Float4 RtFloat4

Definition at line 320 of file RiTypesHelper.h.

◆ RtMatrix4x4

typedef pxrcore::Matrix4x4 RtMatrix4x4

Definition at line 73 of file RiTypesHelper.h.

◆ RtNormal3

Definition at line 72 of file RiTypesHelper.h.

◆ RtPoint2

typedef RtFloat2 RtPoint2

Definition at line 316 of file RiTypesHelper.h.

◆ RtPoint3

typedef RtFloat3 RtPoint3

Definition at line 69 of file RiTypesHelper.h.

◆ RtPoint4

typedef RtFloat4 RtPoint4

Definition at line 321 of file RiTypesHelper.h.

◆ RtUString

typedef pxrcore::UString RtUString

Definition at line 681 of file RiTypesHelper.h.

◆ RtVector2

Definition at line 318 of file RiTypesHelper.h.

◆ RtVector3

Definition at line 71 of file RiTypesHelper.h.