TTK
Toggle main menu visibility
Main Page
Topics
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
y
z
Functions
a
c
d
f
g
i
l
m
o
p
r
s
t
u
v
z
Variables
b
c
d
e
f
g
i
l
m
o
p
r
s
u
v
w
y
Typedefs
b
c
d
e
g
i
l
m
n
o
p
r
s
t
u
v
Enumerations
Enumerator
a
b
c
f
g
h
j
l
m
n
o
p
s
v
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
c
e
g
i
k
n
p
q
r
s
t
v
w
Enumerations
b
c
d
e
f
m
p
r
s
t
v
Related Symbols
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
Functions
a
b
c
d
e
f
g
h
i
j
m
n
p
r
s
t
v
w
Variables
Typedefs
Enumerations
Enumerator
Macros
b
c
d
e
f
g
h
i
m
o
p
r
s
t
u
v
w
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
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
}
5
int
ttk::ContourAroundPoint::setInputPoints
( {
…
}
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