ITK  4.0.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes
itk::fem::LoadPoint Class Reference

This load is applied on a point in an element. More...

#include <itkFEMLoadPoint.h>

Inheritance diagram for itk::fem::LoadPoint:
Collaboration diagram for itk::fem::LoadPoint:

List of all members.

Public Types

typedef SmartPointer< const SelfConstPointer
typedef SmartPointer< SelfPointer
typedef LoadPoint Self
typedef LoadElement Superclass

Public Member Functions

virtual void ApplyLoad (Element::ConstPointer element, Element::VectorType &Fe)
virtual ::itk::LightObject::Pointer CreateAnother (void) const
vnl_vector< FloatGetForce ()
virtual const char * GetNameOfClass () const
vnl_vector< FloatGetPoint ()
 LoadPoint ()
void SetForce (const vnl_vector< Float > f)
void SetPoint (const vnl_vector< Float > p)

Static Public Member Functions

static Pointer New ()

Protected Member Functions

virtual void PrintSelf (std::ostream &os, Indent indent) const

Protected Attributes

vnl_vector< Floatm_ForcePoint
vnl_vector< Floatm_Point

Detailed Description

This load is applied on a point in an element.

Definition at line 35 of file itkFEMLoadPoint.h.


Member Typedef Documentation

Reimplemented from itk::fem::LoadElement.

Definition at line 43 of file itkFEMLoadPoint.h.

Reimplemented from itk::fem::LoadElement.

Definition at line 42 of file itkFEMLoadPoint.h.

Standard class typedefs.

Reimplemented from itk::fem::LoadElement.

Definition at line 40 of file itkFEMLoadPoint.h.

Reimplemented from itk::fem::LoadElement.

Definition at line 41 of file itkFEMLoadPoint.h.


Constructor & Destructor Documentation

itk::fem::LoadPoint::LoadPoint ( ) [inline]

Default constructor

Default Initialization of 2D point and force vector

Definition at line 58 of file itkFEMLoadPoint.h.


Member Function Documentation

virtual void itk::fem::LoadPoint::ApplyLoad ( Element::ConstPointer  element,
Element::VectorType Fe 
) [virtual]

Apply the load to the specified element

Reimplemented from itk::fem::LoadElement.

virtual::itk::LightObject::Pointer itk::fem::LoadPoint::CreateAnother ( void  ) const [virtual]

CreateAnother method will clone the existing instance of this type, including its internal member variables.

Reimplemented from itk::fem::LoadElement.

vnl_vector<Float> itk::fem::LoadPoint::GetForce ( )

Get the force vector

virtual const char* itk::fem::LoadPoint::GetNameOfClass ( ) const [virtual]

Run-time type information (and related methods).

Reimplemented from itk::fem::LoadElement.

vnl_vector<Float> itk::fem::LoadPoint::GetPoint ( )

Get the point where the load acts

static Pointer itk::fem::LoadPoint::New ( ) [static]

Method for creation through the object factory.

Reimplemented from itk::fem::LoadElement.

virtual void itk::fem::LoadPoint::PrintSelf ( std::ostream &  os,
Indent  indent 
) const [protected, virtual]

Methods invoked by Print() to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.

Reimplemented from itk::fem::LoadElement.

void itk::fem::LoadPoint::SetForce ( const vnl_vector< Float f)

Set the force vector

void itk::fem::LoadPoint::SetPoint ( const vnl_vector< Float p)

Set the point where the load acts


Member Data Documentation

the actual load vector

Definition at line 100 of file itkFEMLoadPoint.h.

Point of which the load acts in global coord. sys.

Definition at line 95 of file itkFEMLoadPoint.h.


The documentation for this class was generated from the following file: