Home
last modified time | relevance | path

Searched defs:ContourSet (Results 1 – 4 of 4) sorted by relevance

/dports/math/vtk8/VTK-8.2.0/Filters/General/
H A DvtkDiscreteFlyingEdgesClipper2D.cxx131 struct ContourSet : public ContourMap<T> struct
133 std::set<T> Map;
135 ContourSet(double *values, int numValues) : in ContourSet() function
143 bool IsContourValue(T label) override in IsContourValue()
/dports/math/vtk9/VTK-9.1.0/Filters/General/
H A DvtkDiscreteFlyingEdgesClipper2D.cxx131 struct ContourSet : public ContourMap<T> struct
133 std::set<T> Map;
135 ContourSet(double* values, int numValues) in ContourSet() argument
143 bool IsContourValue(T label) override in IsContourValue()
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/matplotlib/
H A Dcontour.py737 class ContourSet(cm.ScalarMappable, ContourLabeler): class
/dports/math/py-matplotlib/matplotlib-3.4.3/lib/matplotlib/
H A Dcontour.py642 class ContourSet(cm.ScalarMappable, ContourLabeler): class