|
void | ResetOutput (int n=-1) |
|
virtual Class_ID | ClassID () |
|
virtual BOOL | InMtlEditor ()=0 |
|
virtual int | Antialias () |
|
virtual int | ProjType () |
|
virtual LightDesc * | Light (int n)=0 |
|
virtual TimeValue | CurTime ()=0 |
|
virtual int | NodeID () |
|
virtual INode * | Node () |
|
virtual Object * | GetEvalObject () |
|
virtual Point3 | BarycentricCoords () |
|
virtual int | FaceNumber ()=0 |
|
virtual Point3 | Normal ()=0 |
|
virtual void | SetNormal (Point3 p) |
|
virtual Point3 | OrigNormal () |
|
virtual Point3 | GNormal ()=0 |
|
virtual float | Curve () |
|
virtual Point3 | V ()=0 |
|
virtual void | SetView (Point3 p)=0 |
|
virtual Point3 | OrigView () |
|
virtual Point3 | ReflectVector ()=0 |
|
virtual Point3 | RefractVector (float ior)=0 |
|
virtual void | SetIOR (float ior) |
|
virtual float | GetIOR () |
|
virtual Point3 | CamPos ()=0 |
|
virtual Point3 | P ()=0 |
|
virtual Point3 | DP ()=0 |
|
virtual void | DP (Point3 &dpdx, Point3 &dpdy) |
|
virtual Point3 | PObj ()=0 |
|
virtual Point3 | DPObj ()=0 |
|
virtual Box3 | ObjectBox ()=0 |
|
virtual Point3 | PObjRelBox ()=0 |
|
virtual Point3 | DPObjRelBox ()=0 |
|
virtual void | ScreenUV (Point2 &uv, Point2 &duv)=0 |
|
virtual IPoint2 | ScreenCoord ()=0 |
|
virtual Point2 | SurfacePtScreen () |
|
virtual Point3 | UVW (int channel=0)=0 |
|
virtual Point3 | DUVW (int channel=0)=0 |
|
virtual void | DPdUVW (Point3 dP[3], int channel=0)=0 |
|
virtual int | BumpBasisVectors (Point3 dP[2], int axis, int channel=0) |
|
virtual BOOL | IsSuperSampleOn () |
|
virtual BOOL | IsTextureSuperSampleOn () |
|
virtual int | GetNSuperSample () |
|
virtual float | GetSampleSizeScale () |
|
virtual Point3 | UVWNormal (int channel=0) |
|
virtual float | RayDiam () |
|
virtual float | RayConeAngle () |
|
virtual CoreExport AColor | EvalEnvironMap (Texmap *map, Point3 view) |
|
virtual void | GetBGColor (Color &bgcol, Color &transp, BOOL fogBG=TRUE)=0 |
|
virtual float | CamNearRange () |
|
virtual float | CamFarRange () |
|
virtual Point3 | PointTo (const Point3 &p, RefFrame ito)=0 |
|
virtual Point3 | PointFrom (const Point3 &p, RefFrame ifrom)=0 |
|
virtual Point3 | VectorTo (const Point3 &p, RefFrame ito)=0 |
|
virtual Point3 | VectorFrom (const Point3 &p, RefFrame ifrom)=0 |
|
virtual CoreExport Point3 | VectorToNoScale (const Point3 &p, RefFrame ito) |
|
virtual CoreExport Point3 | VectorFromNoScale (const Point3 &p, RefFrame ifrom) |
|
virtual void | SetGBufferID (int gbid) |
|
virtual FILE * | DebugFile () |
|
virtual AColor | EvalGlobalEnvironMap (Point3 dir) |
|
virtual BOOL | GetCache (Texmap *map, AColor &c) |
|
virtual BOOL | GetCache (Texmap *map, float &f) |
|
virtual BOOL | GetCache (Texmap *map, Point3 &p) |
|
virtual void | PutCache (Texmap *map, const AColor &c) |
|
virtual void | PutCache (Texmap *map, const float f) |
|
virtual void | PutCache (Texmap *map, const Point3 &p) |
|
virtual void | TossCache (Texmap *map) |
|
virtual INT_PTR | Execute (int cmd, ULONG_PTR arg1=0, ULONG_PTR arg2=0, ULONG_PTR arg3=0) |
|
LightDesc * | GetAtmosSkipLight () |
|
void | SetAtmosSkipLight (LightDesc *lt) |
|
virtual int | NRenderElements () |
|
virtual IRenderElement * | GetRenderElement (int n) |
|
virtual CoreExport Color | DiffuseIllum () |
|
| ShadeContext () |
|
virtual UtilExport | ~InterfaceServer () |
| Destructor. More...
|
|
virtual UtilExport BaseInterface * | GetInterface (Interface_ID id) |
|
template<class InterfaceType > |
InterfaceType * | GetTypedInterface () |
|
|
static UtilExport void * | operator new (size_t size) |
| Standard new operator used to allocate objects If there is insufficient memory, an exception will be thrown. More...
|
|
static UtilExport void * | operator new (size_t size, const std::nothrow_t &e) |
| Standard new operator used to allocate objects if there is insufficient memory, NULL will be returned. More...
|
|
static UtilExport void * | operator new (size_t size, const char *filename, int line) |
| New operator used to allocate objects that takes the filename and line number where the new was called If there is insufficient memory, an exception will be thrown. More...
|
|
static UtilExport void * | operator new (size_t size, int block_type, const char *filename, int line) |
| New operator used to allocate objects that takes the type of memory, filename and line number where the new was called If there is insufficient memory, an exception will be thrown. More...
|
|
static UtilExport void * | operator new (size_t size, const std::nothrow_t &e, const char *filename, int line) |
| New operator used to allocate objects that takes the filename and line number where the new was called If there is insufficient memory, NULL will be returned. More...
|
|
static UtilExport void * | operator new (size_t size, unsigned long flags) |
| New operator used to allocate objects that takes extra flags to specify special operations If there is insufficient memory, an exception will be thrown. More...
|
|
static UtilExport void * | operator new (size_t size, const std::nothrow_t &e, unsigned long flags) |
| New operator used to allocate objects that takes extra flags to specify special operations If there is insufficient memory, NULL will be returned. More...
|
|
static UtilExport void * | operator new[] (size_t size) |
| New operator used to allocate arrays of objects If there is insufficient memory, an exception will be thrown. More...
|
|
static UtilExport void * | operator new[] (size_t size, const std::nothrow_t &e) |
| New operator used to allocate arrays of objects If there is insufficient memory, NULL will be returned. More...
|
|
static UtilExport void * | operator new[] (size_t size, const char *filename, int line) |
| New operator used to allocate arrays of objects If there is insufficient memory, an exception will be thrown. More...
|
|
static UtilExport void * | operator new[] (size_t size, int block_type, const char *filename, int line) |
| New operator used to allocate arrays of objects. More...
|
|
static UtilExport void * | operator new[] (size_t size, const std::nothrow_t &e, const char *filename, int line) |
| New operator used to allocate arrays of objects If there is insufficient memory, NULL will be returned. More...
|
|
static UtilExport void * | operator new[] (size_t size, unsigned long flags) |
| New operator used to allocate arrays of objects If there is insufficient memory, an exception will be thrown. More...
|
|
static UtilExport void * | operator new[] (size_t size, const std::nothrow_t &e, unsigned long flags) |
| New operator used to allocate arrays of objects If there is insufficient memory, NULL will be returned. More...
|
|
static UtilExport void | operator delete (void *ptr) |
| Standard delete operator used to deallocate an object If the pointer is invalid, an exception will be thrown. More...
|
|
static UtilExport void | operator delete (void *ptr, const std::nothrow_t &e) |
| Standard delete operator used to deallocate an object If the pointer is invalid, nothing will happen. More...
|
|
static UtilExport void | operator delete (void *ptr, const char *filename, int line) |
| Delete operator used to deallocate an object that takes the filename and line number where the delete was called If the pointer is invalid, an exception will be thrown. More...
|
|
static UtilExport void | operator delete (void *ptr, int block_type, const char *filename, int line) |
| Delete operator used to deallocate an object that takes the type of memory, filename and line number where the delete was called If the pointer is invalid, an exception will be thrown. More...
|
|
static UtilExport void | operator delete (void *ptr, const std::nothrow_t &e, const char *filename, int line) |
| Delete operator used to deallocate an object that takes the filename and line number where the delete was called If the pointer is invalid, nothing will happen. More...
|
|
static UtilExport void | operator delete (void *ptr, unsigned long flags) |
| Delete operator used to deallocate an object that takes extra flags to specify special operations If the pointer is invalid, an exception will be thrown. More...
|
|
static UtilExport void | operator delete (void *ptr, const std::nothrow_t &e, unsigned long flags) |
| Delete operator used to deallocate an object that takes extra flags to specify special operations If the pointer is invalid, nothing will happen. More...
|
|
static UtilExport void | operator delete[] (void *ptr) |
| Standard delete operator used to deallocate an array of objects If the pointer is invalid, an exception will be thrown. More...
|
|
static UtilExport void | operator delete[] (void *ptr, const std::nothrow_t &e) |
| Standard delete operator used to deallocate an array of objects If the pointer is invalid, nothing will happen. More...
|
|
static UtilExport void | operator delete[] (void *ptr, const char *filename, int line) |
| Delete operator used to deallocate an array of objects that takes the filename and line number where the delete was called If the pointer is invalid, an exception will be thrown. More...
|
|
static UtilExport void | operator delete[] (void *ptr, int block_type, const char *filename, int line) |
| Delete operator used to deallocate an array of objects that takes the type of memory, filename and line number where the delete was called If the pointer is invalid, an exception will be thrown. More...
|
|
static UtilExport void | operator delete[] (void *ptr, const std::nothrow_t &e, const char *filename, int line) |
| Delete operator used to deallocate an array of objects that takes the filename and line number where the delete was called If the pointer is invalid, nothing will happen. More...
|
|
static UtilExport void | operator delete[] (void *ptr, unsigned long flags) |
| Delete operator used to deallocate an array of objects that takes extra flags to specify special operations If the pointer is invalid, an exception will be thrown. More...
|
|
static UtilExport void | operator delete[] (void *ptr, const std::nothrow_t &e, unsigned long flags) |
| Delete operator used to deallocate an array of objects that takes extra flags to specify special operations If the pointer is invalid, an exception will be thrown. More...
|
|
static UtilExport void * | operator new (size_t size, void *placement_ptr) |
| Placement new operator. More...
|
|
static UtilExport void | operator delete (void *ptr, void *placement_ptr) |
| Placement delete operator. More...
|
|
static UtilExport void * | aligned_malloc (size_t size, size_t alignment) |
| Allocates memory on a specified alignment boundary. More...
|
|
static UtilExport void * | aligned_realloc (void *ptr, size_t size, size_t alignment) |
| Reallocates memory on a specified alignment boundary. More...
|
|
static UtilExport void | aligned_free (void *ptr) |
| Frees a block of memory that was allocated with aligned_malloc/aligned_realloc. More...
|
|