ExaFMM 1
Fast-multipole Method for exascale systems
Public Member Functions | Private Attributes
vtkPlot Class Reference

Base VTK class. More...

#include <vtk.h>

List of all members.

Public Member Functions

void setDomain (const real r0, const vect x0)
void setGroup (const int Igroup, const int Npoints)
void setPoints (const int Igroup, const vect X)
void setGroupOfPoints (Bodies &bodies, int &Ncell)
void plot (const int Ngroup)

Private Attributes

int I [maxGroups]
vtkPoints * points [maxGroups]
vtkPoints * hexPoints

Detailed Description

Base VTK class.

Definition at line 67 of file vtk.h.


Member Function Documentation

void vtkPlot::plot ( const int  Ngroup) [inline]

Definition at line 121 of file vtk.h.

Here is the call graph for this function:

Here is the caller graph for this function:

void vtkPlot::setDomain ( const real  r0,
const vect  x0 
) [inline]

Definition at line 72 of file vtk.h.

Here is the caller graph for this function:

void vtkPlot::setGroup ( const int  Igroup,
const int  Npoints 
) [inline]

Definition at line 85 of file vtk.h.

Here is the caller graph for this function:

void vtkPlot::setGroupOfPoints ( Bodies bodies,
int &  Ncell 
) [inline]

Definition at line 96 of file vtk.h.

Here is the call graph for this function:

Here is the caller graph for this function:

void vtkPlot::setPoints ( const int  Igroup,
const vect  X 
) [inline]

Definition at line 91 of file vtk.h.

Here is the caller graph for this function:


Member Data Documentation

vtkPoints* vtkPlot::hexPoints [private]

Definition at line 70 of file vtk.h.

int vtkPlot::I[maxGroups] [private]

Definition at line 68 of file vtk.h.

vtkPoints* vtkPlot::points[maxGroups] [private]

Definition at line 69 of file vtk.h.


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