Raytrix Light Field SDK  v3.0
Logo
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties Events Groups Pages
CLUViz::Net Namespace Reference

Classes

struct  CircleViewPars
 Parameters determining the visual appearance of drawn circles. More...
 
class  Engine
 CluViz engine class that is required for initializing and finalizing of CluViz in a multi thread environment. More...
 
class  EngineCtrl
 CluViz engine class that is required for initializing and finalizing of CluViz in a single thread environment. More...
 
struct  LineStripViewPars
 Parameters determining the visual appearance of drawn line strips. More...
 
struct  PointViewPars
 Parameters determining the visual appearance of drawn points. More...
 
struct  SMouseEventData
 Information about mouse events. More...
 
class  View
 A standalone CluViz view shown in its own window. More...
 
class  View3dTool
 A view 3D tool. More...
 
class  ViewCtrl
 CLUViz .NET View Control More...
 
class  ViewImageDepth3dTool
 A view image depth 3D tool. More...
 
class  ViewImageTool
 Class to enable simple visualization of objects drawn an a given image. More...
 
class  ViewToolBase
 Base implementation of CluViz view tools. More...
 

Enumerations

enum  EMouseEventButton
 Values that represent the pressed mouse button of a mouse event. More...
 
enum  EMouseEventReturnType
 Values that represent an action that can be processed after handling mouse events. More...
 
enum  EMouseEventType
 Values that represent the type of the mouse event. More...
 

Functions

void MarshalString (System::String^ sInput, std::string &sOutput)
 Marshal string. More...
 
public delegate void ViewMouseEventHandler (CLUViz::Net::SMouseEventData^ xMouseEventData)
 Delegate for handling ViewMouse events. More...
 

Function Documentation

void CLUViz::Net::MarshalString ( System::String^  sInput,
std::string &  sOutput 
)

Marshal string.

Parameters
sInput[in,out] If non-null, the input.
sOutput[in,out] The output.