Back to FabImage Library websiteYou are here:
Start »
Function Reference »
All Functions »
Surface Basics »
FisFilter_GetSurfaceElement
FisFilter_GetSurfaceElement
This is Filter Equivalent. This function may be present in generated code, but should not be used in hand-written code.
Header: |
FIL.h
|
Namespace: |
fis |
Module: |
Vision3DStandard |
Gets the value of a single point of a surface.
Syntax
void fis::FisFilter_GetSurfaceElement
(
const fil::Surface& inSurface,
const fil::Location& inLocation,
fil::Point3D& outPoint
)
Parameters
|
Name |
Type |
Default |
Description |
 |
inSurface |
const Surface& |
|
Input surface |
 |
inLocation |
const Location& |
|
Location of the surface point to be accessed |
 |
outPoint |
Point3D& |
|
Output point of the input surface |
Errors
List of possible exceptions:
Error type |
Description |
DomainError |
Incorrect point location in GetSurfaceElement. |