MechSys  1.0
Computing library for simulations in continuum and discrete mechanics
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions
VTK::Plane Class Reference

#include <plane.h>

List of all members.

Public Member Functions

 Plane ()
 ~Plane ()
 Plane (Vec3_t const &Cen, Vec3_t const &n)
 Plane (Vec3_t const &Ori, Vec3_t const &Pt1, Vec3_t const &Pt2)
 Plane (Vec3_t const &Ori, Vec3_t const &Pt1, Vec3_t const &Pt2, Vec3_t const &n)
PlaneSetCen (Vec3_t const &Cen)
PlaneSetNormal (Vec3_t const &n)
PlaneSetTuple (Vec3_t const &Ori, Vec3_t const &Pt1, Vec3_t const &Pt2)
PlaneSetTuple (Vec3_t const &Ori, Vec3_t const &Pt1, Vec3_t const &Pt2, Vec3_t const &n)
PlaneSetColor (char const *Name="light_salmon", double Opacity=0.5)
PlaneSetWireColor (char const *Name="black")
PlaneSetWireWidth (int Width=1.0)
void AddTo (VTK::Win &win)

Constructor & Destructor Documentation

VTK::Plane::Plane ( ) [inline]
VTK::Plane::~Plane ( ) [inline]
VTK::Plane::Plane ( Vec3_t const &  Cen,
Vec3_t const &  n 
) [inline]
VTK::Plane::Plane ( Vec3_t const &  Ori,
Vec3_t const &  Pt1,
Vec3_t const &  Pt2 
) [inline]
VTK::Plane::Plane ( Vec3_t const &  Ori,
Vec3_t const &  Pt1,
Vec3_t const &  Pt2,
Vec3_t const &  n 
) [inline]

Member Function Documentation

void VTK::Plane::AddTo ( VTK::Win win) [inline]
Plane& VTK::Plane::SetCen ( Vec3_t const &  Cen) [inline]
Plane & VTK::Plane::SetColor ( char const *  Name = "light_salmon",
double  Opacity = 0.5 
) [inline]
Plane& VTK::Plane::SetNormal ( Vec3_t const &  n) [inline]
Plane & VTK::Plane::SetTuple ( Vec3_t const &  Ori,
Vec3_t const &  Pt1,
Vec3_t const &  Pt2 
) [inline]
Plane & VTK::Plane::SetTuple ( Vec3_t const &  Ori,
Vec3_t const &  Pt1,
Vec3_t const &  Pt2,
Vec3_t const &  n 
) [inline]
Plane & VTK::Plane::SetWireColor ( char const *  Name = "black") [inline]
Plane & VTK::Plane::SetWireWidth ( int  Width = 1.0) [inline]

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines