Click or drag to resize

PointcloudViewModel Methods

The PointcloudViewModel type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAddFov
Adds field of view 3d model to specified group
Public methodStatic memberCreateFov
Add FOV volume to the camera model group
Public methodStatic memberCreatePlane
Creates 3D plane model with specified color, w x h size.
Public methodDispose
Protected methodDispose(Boolean)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
(Inherited from BaseViewModel.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodLoadSTLModel
Loads STL file into group model
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnCameraModelChanged
(Inherited from BaseViewModel.)
Protected methodOnPropertyChanged
(Inherited from ObservableObject.)
Public methodSchedulePointcloudUpdate
Informs pc update thread that new data has arrived and needs to be reflected in the pointcloud
Public methodSetCvmPosition(Matrix3D)
Sets CVM node position using transform matrix
Public methodSetCvmPosition(Vector3D, Vector3D)
Public methodSetOrthogonalCamera
Changes current view camera between perspective and orthogonal
Public methodSetSize
Sets Pointcloud size (W x H). Reinitializes point cloud
Protected methodSetValueT
(Inherited from ObservableObject.)
Public methodStopUpdateThread
Stops render update thread
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also