Searched defs:ContourSet (Results 1 – 4 of 4) sorted by relevance
131 struct ContourSet : public ContourMap<T> struct133 std::set<T> Map;135 ContourSet(double *values, int numValues) : in ContourSet() function143 bool IsContourValue(T label) override in IsContourValue()
131 struct ContourSet : public ContourMap<T> struct133 std::set<T> Map;135 ContourSet(double* values, int numValues) in ContourSet() argument143 bool IsContourValue(T label) override in IsContourValue()
737 class ContourSet(cm.ScalarMappable, ContourLabeler): class
642 class ContourSet(cm.ScalarMappable, ContourLabeler): class