TTK
Loading...
Searching...
No Matches
core
base
contourAroundPoint
ContourAroundPoint.cpp
Go to the documentation of this file.
1
#include "
ContourAroundPoint.hpp
"
2
3
//----------------------------------------------------------------------------//
4
5
int
ttk::ContourAroundPoint::setInputPoints
(
6
float
*coords,
float
*scalars,
float
*isovals,
int
*flags, std::size_t np) {
7
_inpPtsCoords
= coords;
8
_inpPtsScalars
= scalars;
9
_inpPtsIsovals
= isovals;
10
_inpPtsFlags
= flags;
11
_inpPtsNum
= np;
12
if
(!coords)
13
return
-1;
14
if
(!scalars)
15
return
-2;
16
if
(!isovals)
17
return
-3;
18
if
(!flags)
19
return
-4;
20
return
0;
21
}
ContourAroundPoint.hpp
ttk::ContourAroundPoint::_inpPtsFlags
int * _inpPtsFlags
Definition
ContourAroundPoint.hpp:154
ttk::ContourAroundPoint::setInputPoints
int setInputPoints(float *coords, float *scalars, float *isovals, int *flags, std::size_t np)
Definition
ContourAroundPoint.cpp:5
ttk::ContourAroundPoint::_inpPtsCoords
float * _inpPtsCoords
Definition
ContourAroundPoint.hpp:149
ttk::ContourAroundPoint::_inpPtsNum
std::size_t _inpPtsNum
Definition
ContourAroundPoint.hpp:155
ttk::ContourAroundPoint::_inpPtsIsovals
float * _inpPtsIsovals
Definition
ContourAroundPoint.hpp:151
ttk::ContourAroundPoint::_inpPtsScalars
float * _inpPtsScalars
Definition
ContourAroundPoint.hpp:150
Generated on Thu Sep 26 2024 06:50:17 for TTK by
1.9.8