FXYSlabId Class Reference
#include <fxyslabid.h>
List of all members.
Detailed Description
Definition at line 9 of file fxyslabid.h.
Constructor & Destructor Documentation
FXYSlabId::FXYSlabId |
( |
double |
X0, |
|
|
double |
X1, |
|
|
double |
tol | |
|
) |
| | |
virtual FXYSlabId::~FXYSlabId |
( |
|
) |
[inline, virtual] |
Member Function Documentation
bool FXYSlabId::isInDomain |
( |
const Point3D & |
p, |
|
|
unsigned |
component = 0 | |
|
) |
| | const [virtual] |
Definition at line 12 of file fxyslabid.cpp.
00013 {
00014 assert(component==0);
00015 return (p[0] > (X0-tol)) && (p[0] < (X1 + tol));
00016 }
Member Data Documentation
The documentation for this class was generated from the following files: