Unplugged Viz
High-performance scientific visualization isn't just for the workstation anymore
|
▼NDurwella | |
▼NUnplugged | |
▼NViz | |
▼NDroid | Android-specific custom renderers. |
CUnpluggedRenderers | A helper class to force registration of the custom renderers. |
▼NiOS | iOS-specific custom renderers. |
CUnpluggedRenderers | A helper class to force registration of the custom renderers. |
CCameraControl | A control for positioning the camera within a TumbleView. The default implementation can be used to provide straightforward control of the camera; alternatively, |
CColorMapAttribute | Identifies the tagged property as a color map. The color map is a special case of the TextureMapAttribute This attribute is applied to properties. |
CColorMappedImageView | A 2-dimensional, color-mapped representation of 3-dimensional data. ColorMappedImageView sacrifices type safety in the name of performance. It accepts data either as a 2D array or as a RawDataArray, which allows avoiding intermediate conversion of raw data. |
CColorMappedPlotView | A 2-dimensional, color-mapped representation of 3-dimensional data. ColorMappedPlotView is type-safe, but may be less performant than ColorMappedImageView if your data is in a raw, single-dimensional array format. |
CCylinderGeometry | A cylindrical geometry implementing IIndexedGeometry, IImageMappedGeometry, and ILitGeometry. In this case, a cylinder is defined using a number of sides n: the shape of the cylinder is approximated as an extruded n-gon. Note that no attributes are applied to this class; it is intended only as input to appropriate model class. The vertices are constructed using indexing, and intended for drawing using PrimitiveType.TriangleStrip. |
CDrawWithAttribute | Specifies a the settings to be used for drawing the specified model. Every model must have exactly oen DrawWithAttribute. This attribute is applied to a class. |
CExpiredLicenseException | Exception thrown when attempting to use an expired trial key. |
CFragmentShaderAttribute | Specifies a fragment shader for the tagged class. This attribute is applied to a class. Multiple FragmentShaderAttributes may be applied to a single class. |
CGridGeometry | Helper methods for generating grid geometries. |
CIColoredGeometry | Describes a geometry that includes a color. |
CIColorMappedGeometry | Describes a geometry that includes a colormap. |
CIGeometry | The base interface for geometries. Any model to be used in a TumbleView must implement IGeometry |
CIImageMappedGeometry | Describes a geometry that uses an image as a texture. |
CIIndexedGeometry | Describes a geometry that includes indices. |
CILitGeometry | Describes a geometry that is lit. |
CIndexedGeometryModel | Indexed geometry model. This class or subclasses can be used with the CommonVertexShader.TextureMappedModel and CommonFragmentShader.TextureMappedModel shaders. Note that if the properties are overridden, the subclass must apply the appropriate attributes. |
CIndexedGeometryTextureMappedLitModel | Texture mapped, lit, indexed geometry model. This class or subclasses can be used with the CommonVertexShader.TextureMappedLitModel and CommonFragmentShader.TextureMappedLitModel shaders. Note that if the properties are overridden, the subclass must apply the appropriate attributes. |
CIndexedGeometryTextureMappedModel | Texture mapped, indexed geometry model. This class or subclasses can be used with the CommonVertexShader.TextureMappedModel and CommonFragmentShader.TextureMappedModel shaders. Note that if the properties are overridden, the subclass must apply the appropriate attributes. |
CInvalidLicenseException | Exception thrown when attempting to use component functionality with no or an invalid license key. |
CIRotatableGeometry | Describes a geometry whose orientation can be set. |
CITexturedGeometry | Describes a geometry that includes texture coordinates. Generally, a model that implements ITexturedGeometry should implement ITextureMappedGeometry, IColorMappedGeometry, or IImageMappedGeometry. |
CITextureMappedGeometry | Describes a geometry that includes a texture map. |
CITranslatableGeometry | Describes a geometry that can be translated. |
CLicense | Class controlling component licensing functionality. |
CLoading | Helper methods for loading data. |
CMatrixExtensions | Extensions to the Microsoft.Xna.Framework.Matrix class. |
CPlatformCodeNotLoadedException | Exception thrown when platform-specific code has not been loaded. |
CPlotViewBase | Base class for plot views. |
CPowerOfTwoTextureAdapter | An adapter between a dataset of a specified size and a texture map with power-of-two dimensions. |
CRangeF | A one-dimensional range defined by two float endpoints. |
CRawDataArray | Represents a raw away of data as a 1-dimensional array. Can be used in place of a 2D array as input for a ColorMappedImageView for improved performance. |
CRectangleF | A one-dimensional range defined by four float points. |
CShaderAttribute | Specifies a custom shader name for the tagged class. Vertex and fragment shaders named '{ShaderName}.vsh' and '{ShaderName}.fsh', respectively, must be included. A class tagged with a ShaderAttribute must not be tagged with any other ShaderAttribute or any ShaderFileAttributes. This attribute is applied to a class. |
CShaderFileAttribute | Specifies a shader file for the tagged class. A class tagged with one or more ShaderFileAttributes must not be tagged with any ShaderFileAttribute. This attribute is applied to a class. |
CShapeFBase | Base class for shapes with float coordinates. |
CSphereGeometry | A spherical geometry implementing IIndexedGeometry, IImageMappedGeometry, and ILitGeometry. Note that no attributes are applied to this class; it is intended only as input to appropriate model class. The vertices are constructed using indexing, and intended for drawing using PrimitiveType.TriangleStrip. |
CTextureMapAttribute | Identifies the tagged property as a texture map. The texture map is a uniform attribute which defines how the texture will be sampled for the model. This attribute is applied to properties. |
CTooManyModelsForLicenseException | Exception thrown when attempting to use more models in view than allowed by the trial key. |
CTooMuchDataForLicenseException | Exception thrown when attempting to use more data than allowed by the trial key. |
CTumbleView | A 3-dimensional view. A TumbleView is a container of models implementing IGeometry, optionally with a CameraControl. |
CUniformAttribute | Identifies the tagged property as a uniform attribute; that is, a property which provides a single global value for all vertices (as opposed to VertexAttributeAttributes). This attribute is applied to properties. |
CVertexAttributeAttribute | Identifies the tagged property as a vertex attribute; that is, a property which provides a value per vertex (as opposed to UniformAttributes). This attribute is applied to properties. |
CVertexIndicesAttribute | Identifies the tagged property as the indices to be used in OpenGL indexing. This attribute is applied to a property. |
CVertexShaderAttribute | Specifies a vertex shader for the tagged class. This attribute is applied to a class. Multiple VertexShaderAttributes may be applied to a single class. |
CViewBase | Base class for all views. |
CVisMath | Some helper mathematical functions useful for visualization. |
CXYPlotView | A 2-dimensional plot. The area under (or to the left of) the plotted data is filled in with a color map representing the value. |