OpenCMISS::Zinc::Context | The context is the primary object created for each instance of Zinc |
OpenCMISS::Zinc::Differentialoperator | Describes the derivative of a field to evaluate |
OpenCMISS::Zinc::Element | A single finite element from a mesh |
OpenCMISS::Zinc::Elementbasis | A set of basis functions that can apply over an element of a given dimension |
OpenCMISS::Zinc::Elementiterator | An iterator for looping through all the elements in a mesh |
OpenCMISS::Zinc::Elementtemplate | A description of element shape and field definitions |
OpenCMISS::Zinc::Field | Base field type: an abstraction of a mathematical field |
OpenCMISS::Zinc::FieldAbs | A field where the field components are the absolute value of each component in the source field |
OpenCMISS::Zinc::FieldAcos | A field where the components are the arccosine value (using radians) of the components of the source_field |
OpenCMISS::Zinc::FieldAdd | A field where the which adds the components of source_field_one and source_field_two |
OpenCMISS::Zinc::FieldAlias | A specialised field type creating a local alias |
OpenCMISS::Zinc::FieldAnd | A field whose component values are 1 if that component of source_field_one AND source_field_two is non-zero, 0 otherwise |
OpenCMISS::Zinc::FieldAsin | A field where the components are the arcsine value (using radians) of the components of the source_field |
OpenCMISS::Zinc::FieldAtan | A field where the components are the arctangent value (using radians) of the components of the source_field |
OpenCMISS::Zinc::FieldAtan2 | A field where the components are calculated using the atan2 c function, so that the angle returned (in radians) is the angle between a positive x axis in a plane and the vector (x,y) where x is the source_field_one component and y is the source_field_two component |
OpenCMISS::Zinc::FieldComponent | A field returning a single component of a source field as a scalar |
OpenCMISS::Zinc::FieldConcatenate | A field which concatenates the components of all source fields, in order, into a single vector |
OpenCMISS::Zinc::FieldConstant | A field with the components specified in the array values |
OpenCMISS::Zinc::FieldCoordinateTransformation | A field which performs a coordinate transformation from the source field values in their coordinate system type into the coordinate system type of this field |
OpenCMISS::Zinc::FieldCos | A field where the components are the cosine value (using radians) of the components of the source_field |
OpenCMISS::Zinc::FieldCrossProduct | A vector field which is the cross product of the source_fields |
OpenCMISS::Zinc::FieldCurl | A field returning the curl of vector_field at location given by coordinate_field |
OpenCMISS::Zinc::FieldDerivative | A field returning the derivative of the field with respect to element xi_index as its primary value |
OpenCMISS::Zinc::FieldDeterminant | A field returning the scalar real determinant of a square matrix source field |
OpenCMISS::Zinc::FieldDivergence | A scalar field returning the divergence of vector field within coordinate field |
OpenCMISS::Zinc::FieldDivide | A field where the which divides the components of source_field_one by source_field_two |
OpenCMISS::Zinc::FieldDotProduct | A scalar field whose value is the dot product of the two supplied source fields, which must have equal numbers of components |
OpenCMISS::Zinc::FieldEigenvalues | A field returning the N eigenvalues of symmetric N*N component source field |
OpenCMISS::Zinc::FieldEigenvectors | A field returning the N, N-dimensional eigenvectors computed with the source eigenvalues field |
OpenCMISS::Zinc::FieldElementGroup | A field which defines a subset of elements from a master mesh |
OpenCMISS::Zinc::FieldEmbedded | A field returning a value of a source field at an embedded location |
OpenCMISS::Zinc::FieldEqualTo | A field whose component values are 1 if that component of source_field_one EQUALS that component of source_field_two, 0 otherwise |
OpenCMISS::Zinc::FieldExp | A field where the field components are the natural exponent of each component in the source field |
OpenCMISS::Zinc::FieldFibreAxes | A "fibre axes" field type which returns a 9-component (3 x 3 vector) field representing an orthonormal coordinate system which is rotated by 3 Euler angles supplied by a fibre field |
OpenCMISS::Zinc::FieldFindMeshLocation | A field that computes the location in a mesh |
OpenCMISS::Zinc::FieldFiniteElement | A real-valued field defined by element basis |
OpenCMISS::Zinc::FieldGradient | A field returning the curl of vector_field at location given by coordinate_field |
OpenCMISS::Zinc::FieldGreaterThan | A field whose component values are 1 if that component of source_field_one is greater than the component value in source_field_two |
OpenCMISS::Zinc::FieldGroup | A generic group field used for grouping local subobjects |
OpenCMISS::Zinc::FieldIdentity | A field with the single source field |
OpenCMISS::Zinc::FieldIf | A conditional field with the same number of components as each of the source_fields |
OpenCMISS::Zinc::FieldImage | An image-based field giving the pixel colour/intensity values |
OpenCMISS::Zinc::FieldImagefilterBinaryDilate | A field performing ITK binary dilate image filter on scalar source field image |
OpenCMISS::Zinc::FieldImagefilterBinaryErode | A field performing ITK binary erode image filter on scalar source field image |
OpenCMISS::Zinc::FieldImagefilterBinaryThreshold | Image processing derived field type performing the ITK binary threshold filter |
OpenCMISS::Zinc::FieldImagefilterCannyEdgeDetection | A field returning result of ITK canny edge detection filter on the source field image |
OpenCMISS::Zinc::FieldImagefilterConnectedThreshold | A field performing ITK connected threshold image filter on scalar source field image |
OpenCMISS::Zinc::FieldImagefilterCurvatureAnisotropicDiffusion | A field performing ITK curvature anisotropic diffusion image filter on scalar source field image |
OpenCMISS::Zinc::FieldImagefilterDiscreteGaussian | Image processing derived field type performing the ITK discrete gaussian filter |
OpenCMISS::Zinc::FieldImagefilterGradientMagnitudeRecursiveGaussian | A field performing ITK gradient magnitude recursive gaussian image filter on scalar source field image |
OpenCMISS::Zinc::FieldImagefilterHistogram | Image processing derived field type performing the ITK histogram field |
OpenCMISS::Zinc::FieldImagefilterMean | A field performing ITK mean image filter on source_field image |
OpenCMISS::Zinc::FieldImagefilterRescaleIntensity | A field performing ITK rescale intensity image filter on scalar source field image |
OpenCMISS::Zinc::FieldImagefilterSigmoid | A field performing ITK sigmoid image filter on scalar source field image |
OpenCMISS::Zinc::FieldImagefilterThreshold | Image processing derived field type performing the ITK threshold filter |
OpenCMISS::Zinc::FieldLessThan | A field whose component values are 1 if that component of source_field_one is less than the component value in source_field_two |
OpenCMISS::Zinc::FieldLog | A field where the field components are the natural logarithm of each component in the source field |
OpenCMISS::Zinc::FieldMagnitude | A scalar field returning the magnitude of the vector source field |
OpenCMISS::Zinc::FieldMatrixInvert | A field returning the inverse of N*N symmetric matrix valued source field |
OpenCMISS::Zinc::FieldMatrixMultiply | A field returning the values resulting from matrix multiplication <source_field1> x <source_field2>, with <number_of_rows> rows in both <source_field1> and the result |
OpenCMISS::Zinc::FieldMultiply | A field where the which multiplies the components of source_field_one and source_field_two |
OpenCMISS::Zinc::FieldNodeGroup | A field which defines a subset of nodes from a master nodeset |
OpenCMISS::Zinc::FieldNodesetMaximum | A field which computes the maximum of each source field component over all nodes in the nodeset for which it is defined |
OpenCMISS::Zinc::FieldNodesetMean | A field which computes the mean of each source field component over all nodes in the nodeset for which it is defined |
OpenCMISS::Zinc::FieldNodesetMeanSquares | A field which computes the mean of the squares of each source field component over all nodes in the nodeset for which it is defined |
OpenCMISS::Zinc::FieldNodesetMinimum | A field which computes the minimum of each source field component over all nodes in the nodeset for which it is defined |
OpenCMISS::Zinc::FieldNodesetSum | A field which computes the sum of each source field component over all nodes in the nodeset for which it is defined |
OpenCMISS::Zinc::FieldNodesetSumSquares | A field which computes the sum of the squares of each source field component over all nodes in the nodeset for which it is defined |
OpenCMISS::Zinc::FieldNodeValue | A field which represents and returns node values/derivatives |
OpenCMISS::Zinc::FieldNormalise | A field returning the values of source vector field normalised to unit length |
OpenCMISS::Zinc::FieldNot | A field whose component values are 1 if that component of the source_field is zero, 0 otherwise; effectively a component-wise logical not operator |
OpenCMISS::Zinc::FieldOr | A field whose component values are 1 if that component of source_field_one OR source_field_two is non-zero, 0 otherwise |
OpenCMISS::Zinc::FieldPower | A field where the which calculates the components of source_field_one raised to the power of the components in source_field_two |
OpenCMISS::Zinc::FieldProjection | A projection field returning the result of a matrix multiplication with perspective division on the source field vector |
OpenCMISS::Zinc::FieldSceneviewerProjection | A field whose values are the 4x4 transformation matrix mapping coordinates between two scene coordinate systems for a scene viewer |
OpenCMISS::Zinc::FieldSin | A field where the components are the sine value (using radians) of the components of the source_field |
OpenCMISS::Zinc::FieldSqrt | A field where the field components are the square root of each component in the source field |
OpenCMISS::Zinc::FieldStoredMeshLocation | A field storing locations within a mesh |
OpenCMISS::Zinc::FieldStoredString | A field which stores and returns string values at nodes |
OpenCMISS::Zinc::FieldStringConstant | A string constant field with the supplied string value in <string_constant> |
OpenCMISS::Zinc::FieldSubtract | A field which gives the result of subtracting source_field_two from source_field_one |
OpenCMISS::Zinc::FieldSumComponents | A field which has one component equal to the sum of all components of the source field |
OpenCMISS::Zinc::FieldTan | A field where the components are the trigonometric tangent value (using radians) of the components of the source_field |
OpenCMISS::Zinc::FieldTimeLookup | A field whose value equals the source_field evaluated at the time given by time_field, overriding any time prescribed for field evaluation |
OpenCMISS::Zinc::FieldTimeValue | A field which returns the current time from the supplied time keeper |
OpenCMISS::Zinc::FieldTranspose | A field returning the transpose of N*M matrix source_field |
OpenCMISS::Zinc::FieldVectorCoordinateTransformation | A field which performs a coordinate transformation of vectors from their original coordinate system and coordinate positions, to the coordinate system of this field |
OpenCMISS::Zinc::FieldXor | A field whose component values are 1 if that component of source_field_one OR source_field_two is non-zero (but not both), 0 otherwise |
OpenCMISS::Zinc::Fieldcache | Cache for setting domain locations at which fields are evaluated or assigned |
OpenCMISS::Zinc::Fielditerator | An iterator for looping through all the fields in a fieldmodule |
OpenCMISS::Zinc::Fieldmodule | Container/manager of fields and domains within a region |
OpenCMISS::Zinc::Fieldmodulecallback | Base class functor for field module notifier callbacks |
OpenCMISS::Zinc::Fieldmoduleevent | Information about changes to fields and other objects in the field module |
OpenCMISS::Zinc::Fieldmodulenotifier | Manages individual user notification of changes with a field module |
OpenCMISS::Zinc::Font | Font object controlling attributes of rendering text |
OpenCMISS::Zinc::Fontmodule | Module managing all fonts |
OpenCMISS::Zinc::Glyph | A glyph is a static graphics object used to visualise a point in space |
OpenCMISS::Zinc::GlyphAxes | A specialised glyph type which renders 3-D axes |
OpenCMISS::Zinc::GlyphColourBar | A specialised glyph type which draws a cylindrical colour bar |
OpenCMISS::Zinc::Glyphmodule | Module managing all glyphs |
OpenCMISS::Zinc::Graphics | Base graphics type: produces 3-D graphics visualising domains and fields |
OpenCMISS::Zinc::GraphicsContours | The contours derived graphics type |
OpenCMISS::Zinc::GraphicsLines | Lines visualise 1-D elements in the model |
OpenCMISS::Zinc::GraphicsPoints | Points graphics visualise discrete locations in the model |
OpenCMISS::Zinc::GraphicsStreamlines | Streamlines visualise the path of a fluid particle tracking along a vector field |
OpenCMISS::Zinc::GraphicsSurfaces | Surfaces visualise 2-D elements in the model |
OpenCMISS::Zinc::Graphicslineattributes | Attributes object specifying how lines are visualised |
OpenCMISS::Zinc::Graphicspointattributes | Attributes object specifying how points are visualised |
OpenCMISS::Zinc::Graphicssamplingattributes | Graphics attributes object specifying how points are sampled in elements |
OpenCMISS::Zinc::Material | Zinc materials specify colouring of graphics |
OpenCMISS::Zinc::Materialmodule | Module managing all materials |
OpenCMISS::Zinc::Mesh | A finite element mesh consisting of a set of elements of fixed dimension |
OpenCMISS::Zinc::MeshGroup | A subset of a master mesh |
OpenCMISS::Zinc::Meshchanges | Object describing changes to a mesh in a fieldmoduleevent |
OpenCMISS::Zinc::Node | Point object used to represent finite element nodes |
OpenCMISS::Zinc::Nodeiterator | An iterator for looping through all the nodes in a nodeset |
OpenCMISS::Zinc::Nodeset | A set of nodes or points |
OpenCMISS::Zinc::NodesetGroup | A subset of a master nodeset |
OpenCMISS::Zinc::Nodesetchanges | Object describing changes to a nodeset in a fieldmoduleevent |
OpenCMISS::Zinc::Nodetemplate | A description of field parameters to define at a node |
OpenCMISS::Zinc::Optimisation | A description of a non-linear optimisation problem |
OpenCMISS::Zinc::Region | A hierarchical block/namespace owning domains and fields |
OpenCMISS::Zinc::Scene | Container/manager for graphics visualising a region |
OpenCMISS::Zinc::Scenefilter | Scene filters determines which graphics are drawn |
OpenCMISS::Zinc::ScenefilterOperator | An operator OR or AND specific scene filter type |
OpenCMISS::Zinc::Scenefiltermodule | Module managing all scene filters |
OpenCMISS::Zinc::Scenepicker | Utility object for picking graphics and model objects |
OpenCMISS::Zinc::Sceneviewer | The Zinc sceneviewer is responsible for rendering the graphical Scene |
OpenCMISS::Zinc::Sceneviewercallback | Base class functor for Sceneviewer notifier callbacks: |
OpenCMISS::Zinc::Sceneviewerevent | Information about changes to fields and other objects in the scene viewer |
OpenCMISS::Zinc::Sceneviewerinput | Describes a mouse event for processing by the sceneviewer |
OpenCMISS::Zinc::Sceneviewermodule | Module object for creating and managing scene viewers |
OpenCMISS::Zinc::Sceneviewernotifier | Manages individual user notification of changes with a scene viewer |
OpenCMISS::Zinc::Selectioncallback | Base class functor for Selection notifier callbacks: |
OpenCMISS::Zinc::Selectionevent | Information about changes to the selection group in the scene |
OpenCMISS::Zinc::Selectionnotifier | Manages individual user notification of changes to the selection group |
OpenCMISS::Zinc::Spectrum | Zinc Spectrum maps values of graphics data fields to colours |
OpenCMISS::Zinc::Spectrumcomponent | Maps a single component of a data field to colour in a spectrum |
OpenCMISS::Zinc::Spectrummodule | Module managing all spectrums |
OpenCMISS::Zinc::Streaminformation | Base type listing resources and options for stream I/O |
OpenCMISS::Zinc::StreaminformationImage | An image-specific stream information object |
OpenCMISS::Zinc::StreaminformationRegion | A region-specific stream information object |
OpenCMISS::Zinc::Streamresource | A description of a resource for reading from or writing to |
OpenCMISS::Zinc::StreamresourceFile | A derived streamresource describing a file |
OpenCMISS::Zinc::StreamresourceMemory | A derived stream resource describing a block of memory |
OpenCMISS::Zinc::Tessellation | The tessellation controls the number of polygons or line segments |
OpenCMISS::Zinc::Tessellationmodule | Module managing all tessellation objects |
OpenCMISS::Zinc::Timekeeper | The timekeeper synchronises a current time across Zinc objects |
OpenCMISS::Zinc::Timekeepermodule | Module for finding and managing timekeepers |
OpenCMISS::Zinc::Timenotifier | Description of timing requirements and for setting up time callbacks |
OpenCMISS::Zinc::TimenotifierRegular | A derived timenotifier type which requests notifications at regular intervals |
OpenCMISS::Zinc::Timenotifiercallback | Base class functor for Timenotifier callbacks |
OpenCMISS::Zinc::Timenotifierevent | Information about changes to the timekeeper/time |
OpenCMISS::Zinc::Timesequence | A non-decreasing list of times at which nodal parameters can be stored |