Go to the source code of this file.
Classes |
|
| class | FileEventNotifier |
| Holds information about the a recent or
in-progress file event. More... |
|
| class | KeyboardEventNotifier |
| class | TextureUnprojector |
| This class will extract the unprojected
current diffuse texture layer from the current camera position --
the texture will be resident on the GPU when this is complete.
More... |
|
| class | Kernel |
| The main API access point to Mudbox,
contains the most basic functions and data. More... |
|
| class | Timer |
| Helps finding performance issues. See the
MB_TIMER
macro for more details. More... |
|
| class | Statistics |
| Holds useful information about the current
session of Mudbox. More... |
|
| class | Instance< c > |
| This is a helper class to manage class
instances implemented in plugins, provided for convenience.
More... |
|
Namespaces |
|
| namespace | mudbox |
|
Class: ConvolutionKernel. |
|
Functions |
|
| MBDLL_DECL Kernel * | Kernel (void) |
| Returns a pointer to the mudbox kernel
object. |
|
| template<typename c > | |
| c * | CreateInstance (void) |
| This function provides an easy way to create
objects based on interfaces. |
|