| Interface | Description |
|---|---|
| DataFunction |
Defines a function for applying the numeric data in NumericControlProbes, or
generating data in NumericMonitorProbes.
|
| Probe.ExportProps |
| Class | Description |
|---|---|
| AffineNumericInputProbe | |
| CutPlaneProbe |
Basic plane probe that can display information as it cuts through a model
|
| DataFunctionBase |
Defines a base implementation for DataFunction that also implements
Clonable.
|
| FemDisplayProbe |
A probe that allows you to examine the stress/strain inside a
FemModel3d. |
| FrameTrackingProbe |
Controls the target position of a frame based on marker data.
|
| IKProbe | |
| IKSolver |
Performs inverse kinematics computations to compute rigid body positions
from marker data, while enforcing constraints between the bodies imposed by
joints and other body connectors.
|
| IKSolverTest | |
| ImagePlaneProbe | |
| ImageProbe | |
| InputProbe | |
| MarkerMotionData |
Data structure that contains motion data for a set of markers over a series
of frames.
|
| MeshIntersectingProbe |
A basic display probe that shows the intersection of a rigid body
with the display probe's plane
|
| NumericControlProbe | |
| NumericDataFunctionProbe |
Base class for a NumericProbe that uses DataFunctions.
|
| NumericDifferenceProbe | |
| NumericInputProbe | |
| NumericMonitorProbe |
An output probe that generates data with an application-supplied
generating function.
|
| NumericOutputProbe | |
| NumericProbeBase | |
| NumericProbeDriver |
Encapsulates the code used to map inputs to properties for a
NumericInputProbe, or properties to outputs for a NumericOutputProbe.
|
| NumericProbeTest |
Provides testing for NumericProbes.
|
| NumericProbeVariable |
Contains information related to the input or output channels of a probe.
|
| OutputProbe | |
| PlotTraceInfo |
Stores information used in plotting a specific trace for a NumericProbe
vector.
|
| PlotTraceManager |
Maintains a PlotTraceInfo for each entry in the data vector of a
NumericProbe.
|
| PointTracingProbe | |
| PositionInputProbe |
Probe for specifying the positions and poses of a set of Point, Frame, and
FixedMeshBody components.
|
| PositionOutputProbe |
Probe for recording the positions and poses of a set of Point, Frame, and
FixedMeshBody components.
|
| Probe | |
| Probe.ImportExportFileInfo |
Contains information about the types of files this probe
can be exported or imported to.
|
| RigidTransformInputProbe | |
| TextExportProps | |
| TracingProbe | |
| TRCReader |
Reads a TRC (Track-Row-Column) marker data file.
|
| TRCReaderWriterTest | |
| TRCWriter |
Writes a TRC (Track-Row-Column) marker data file.
|
| VectorTracingProbe | |
| VelocityInputProbe |
Probe for specifying the velocities of a set of Point or Frame
components.
|
| VelocityOutputProbe |
Probe for recording the velocities of a set of Point, Frame, and
FixedMeshBody components.
|
| WayPoint | |
| WayPointProbe | |
| WayPointProbeTest |
| Enum | Description |
|---|---|
| IKSolver.SearchStrategy |
Describes the search strategy used to help ensure convergence of
the constrained non-linear least squares problem.
|