Home
last modified time | relevance | path

Searched refs:ContourValues (Results 1 – 25 of 134) sorted by relevance

123456

/dports/math/vtk8/VTK-8.2.0/Filters/General/
H A DvtkDiscreteFlyingEdges2D.h73 {this->ContourValues->SetValue(i,value);} in SetValue()
79 {return this->ContourValues->GetValue(i);} in GetValue()
86 {return this->ContourValues->GetValues();} in GetValues()
94 {this->ContourValues->GetValues(contourValues);} in GetValues()
102 {this->ContourValues->SetNumberOfContours(number);} in SetNumberOfContours()
108 {return this->ContourValues->GetNumberOfContours();} in GetNumberOfContours()
116 {this->ContourValues->GenerateValues(numContours, range);} in GenerateValues()
118 {this->ContourValues->GenerateValues(numContours, rangeStart, rangeEnd);} in GenerateValues()
147 vtkContourValues *ContourValues; variable
H A DvtkDiscreteFlyingEdgesClipper2D.h89 {this->ContourValues->SetValue(i,value);} in SetValue()
95 {return this->ContourValues->GetValue(i);} in GetValue()
102 {return this->ContourValues->GetValues();} in GetValues()
110 {this->ContourValues->GetValues(contourValues);} in GetValues()
118 {this->ContourValues->SetNumberOfContours(number);} in SetNumberOfContours()
124 {return this->ContourValues->GetNumberOfContours();} in GetNumberOfContours()
132 {this->ContourValues->GenerateValues(numContours, range);} in GenerateValues()
134 {this->ContourValues->GenerateValues(numContours, rangeStart, rangeEnd);} in GenerateValues()
164 vtkContourValues *ContourValues; variable
H A DvtkDiscreteFlyingEdges3D.h122 void SetValue(int i, double value) {this->ContourValues->SetValue(i,value);} in SetValue()
127 double GetValue(int i) {return this->ContourValues->GetValue(i);} in GetValue()
133 double *GetValues() {return this->ContourValues->GetValues();} in GetValues()
141 this->ContourValues->GetValues(contourValues);} in GetValues()
149 this->ContourValues->SetNumberOfContours(number);} in SetNumberOfContours()
155 return this->ContourValues->GetNumberOfContours();} in GetNumberOfContours()
162 this->ContourValues->GenerateValues(numContours, range);} in GenerateValues()
169 {this->ContourValues->GenerateValues(numContours, rangeStart, rangeEnd);} in GenerateValues()
188 vtkContourValues *ContourValues; variable
/dports/math/vtk6/VTK-6.2.0/Filters/Core/
H A DvtkSynchronizedTemplates2D.h51 void SetValue(int i, double value) {this->ContourValues->SetValue(i,value);} in SetValue()
55 double GetValue(int i) {return this->ContourValues->GetValue(i);} in GetValue()
60 double *GetValues() {return this->ContourValues->GetValues();} in GetValues()
67 this->ContourValues->GetValues(contourValues);} in GetValues()
74 this->ContourValues->SetNumberOfContours(number);} in SetNumberOfContours()
79 return this->ContourValues->GetNumberOfContours();} in GetNumberOfContours()
85 this->ContourValues->GenerateValues(numContours, range);} in GenerateValues()
91 {this->ContourValues->GenerateValues(numContours, rangeStart, rangeEnd);} in GenerateValues()
111 vtkContourValues *ContourValues; variable
H A DvtkMarchingSquares.h94 vtkContourValues *ContourValues; variable
107 {this->ContourValues->SetValue(i,value);} in SetValue()
112 {return this->ContourValues->GetValue(i);} in GetValue()
118 {return this->ContourValues->GetValues();} in GetValues()
125 {this->ContourValues->GetValues(contourValues);} in GetValues()
132 {this->ContourValues->SetNumberOfContours(number);} in SetNumberOfContours()
137 {return this->ContourValues->GetNumberOfContours();} in GetNumberOfContours()
143 {this->ContourValues->GenerateValues(numContours, range);} in GenerateValues()
150 {this->ContourValues->GenerateValues(numContours, rangeStart, rangeEnd);} in GenerateValues()
H A DvtkGridSynchronizedTemplates3D.h83 void SetValue(int i, double value) {this->ContourValues->SetValue(i,value);} in SetValue()
87 double GetValue(int i) {return this->ContourValues->GetValue(i);} in GetValue()
92 double *GetValues() {return this->ContourValues->GetValues();} in GetValues()
99 this->ContourValues->GetValues(contourValues);} in GetValues()
106 this->ContourValues->SetNumberOfContours(number);} in SetNumberOfContours()
111 return this->ContourValues->GetNumberOfContours();} in GetNumberOfContours()
117 this->ContourValues->GenerateValues(numContours, range);} in GenerateValues()
123 {this->ContourValues->GenerateValues(numContours, rangeStart, rangeEnd);} in GenerateValues()
156 vtkContourValues *ContourValues; variable
H A DvtkMarchingCubes.h104 vtkContourValues *ContourValues; variable
118 {this->ContourValues->SetValue(i,value);} in SetValue()
123 {return this->ContourValues->GetValue(i);} in GetValue()
129 {return this->ContourValues->GetValues();} in GetValues()
136 {this->ContourValues->GetValues(contourValues);} in GetValues()
143 {this->ContourValues->SetNumberOfContours(number);} in SetNumberOfContours()
148 {return this->ContourValues->GetNumberOfContours();} in GetNumberOfContours()
154 {this->ContourValues->GenerateValues(numContours, range);} in GenerateValues()
161 {this->ContourValues->GenerateValues(numContours, rangeStart, rangeEnd);} in GenerateValues()
H A DvtkRectilinearSynchronizedTemplates.h79 void SetValue(int i, double value) {this->ContourValues->SetValue(i,value);} in SetValue()
83 double GetValue(int i) {return this->ContourValues->GetValue(i);} in GetValue()
88 double *GetValues() {return this->ContourValues->GetValues();} in GetValues()
95 this->ContourValues->GetValues(contourValues);} in GetValues()
102 this->ContourValues->SetNumberOfContours(number);} in SetNumberOfContours()
107 return this->ContourValues->GetNumberOfContours();} in GetNumberOfContours()
113 this->ContourValues->GenerateValues(numContours, range);} in GenerateValues()
119 {this->ContourValues->GenerateValues(numContours, rangeStart, rangeEnd);} in GenerateValues()
148 vtkContourValues *ContourValues; variable
H A DvtkSynchronizedTemplates3D.h85 void SetValue(int i, double value) {this->ContourValues->SetValue(i,value);} in SetValue()
89 double GetValue(int i) {return this->ContourValues->GetValue(i);} in GetValue()
94 double *GetValues() {return this->ContourValues->GetValues();} in GetValues()
101 this->ContourValues->GetValues(contourValues);} in GetValues()
108 this->ContourValues->SetNumberOfContours(number);} in SetNumberOfContours()
113 return this->ContourValues->GetNumberOfContours();} in GetNumberOfContours()
119 this->ContourValues->GenerateValues(numContours, range);} in GenerateValues()
125 {this->ContourValues->GenerateValues(numContours, rangeStart, rangeEnd);} in GenerateValues()
151 vtkContourValues *ContourValues; variable
/dports/math/vtk9/VTK-9.1.0/Filters/General/
H A DvtkDiscreteFlyingEdges2D.h72 void SetValue(int i, double value) { this->ContourValues->SetValue(i, value); } in SetValue()
77 double GetValue(int i) { return this->ContourValues->GetValue(i); } in GetValue()
83 double* GetValues() { return this->ContourValues->GetValues(); } in GetValues()
90 void GetValues(double* contourValues) { this->ContourValues->GetValues(contourValues); } in GetValues()
97 void SetNumberOfContours(int number) { this->ContourValues->SetNumberOfContours(number); } in SetNumberOfContours()
102 vtkIdType GetNumberOfContours() { return this->ContourValues->GetNumberOfContours(); } in GetNumberOfContours()
111 this->ContourValues->GenerateValues(numContours, range); in GenerateValues()
115 this->ContourValues->GenerateValues(numContours, rangeStart, rangeEnd); in GenerateValues()
144 vtkContourValues* ContourValues; variable
H A DvtkDiscreteFlyingEdgesClipper2D.h88 void SetValue(int i, double value) { this->ContourValues->SetValue(i, value); } in SetValue()
93 double GetValue(int i) { return this->ContourValues->GetValue(i); } in GetValue()
99 double* GetValues() { return this->ContourValues->GetValues(); } in GetValues()
106 void GetValues(double* contourValues) { this->ContourValues->GetValues(contourValues); } in GetValues()
113 void SetNumberOfContours(int number) { this->ContourValues->SetNumberOfContours(number); } in SetNumberOfContours()
118 vtkIdType GetNumberOfContours() { return this->ContourValues->GetNumberOfContours(); } in GetNumberOfContours()
127 this->ContourValues->GenerateValues(numContours, range); in GenerateValues()
131 this->ContourValues->GenerateValues(numContours, rangeStart, rangeEnd); in GenerateValues()
161 vtkContourValues* ContourValues; variable
H A DvtkDiscreteFlyingEdges3D.h122 void SetValue(int i, double value) { this->ContourValues->SetValue(i, value); } in SetValue()
127 double GetValue(int i) { return this->ContourValues->GetValue(i); } in GetValue()
133 double* GetValues() { return this->ContourValues->GetValues(); } in GetValues()
140 void GetValues(double* contourValues) { this->ContourValues->GetValues(contourValues); } in GetValues()
147 void SetNumberOfContours(int number) { this->ContourValues->SetNumberOfContours(number); } in SetNumberOfContours()
152 vtkIdType GetNumberOfContours() { return this->ContourValues->GetNumberOfContours(); } in GetNumberOfContours()
160 this->ContourValues->GenerateValues(numContours, range); in GenerateValues()
169 this->ContourValues->GenerateValues(numContours, rangeStart, rangeEnd); in GenerateValues()
189 vtkContourValues* ContourValues; variable
/dports/math/vtk9/VTK-9.1.0/Filters/Core/
H A DvtkFlyingEdges2D.h88 void SetValue(int i, double value) { this->ContourValues->SetValue(i, value); } in SetValue()
93 double GetValue(int i) { return this->ContourValues->GetValue(i); } in GetValue()
99 double* GetValues() { return this->ContourValues->GetValues(); } in GetValues()
106 void GetValues(double* contourValues) { this->ContourValues->GetValues(contourValues); } in GetValues()
113 void SetNumberOfContours(int number) { this->ContourValues->SetNumberOfContours(number); } in SetNumberOfContours()
118 vtkIdType GetNumberOfContours() { return this->ContourValues->GetNumberOfContours(); } in GetNumberOfContours()
126 this->ContourValues->GenerateValues(numContours, range); in GenerateValues()
135 this->ContourValues->GenerateValues(numContours, rangeStart, rangeEnd); in GenerateValues()
162 vtkContourValues* ContourValues; variable
H A DvtkSynchronizedTemplates2D.h57 void SetValue(int i, double value) { this->ContourValues->SetValue(i, value); } in SetValue()
62 double GetValue(int i) { return this->ContourValues->GetValue(i); } in GetValue()
68 double* GetValues() { return this->ContourValues->GetValues(); } in GetValues()
75 void GetValues(double* contourValues) { this->ContourValues->GetValues(contourValues); } in GetValues()
82 void SetNumberOfContours(int number) { this->ContourValues->SetNumberOfContours(number); } in SetNumberOfContours()
87 vtkIdType GetNumberOfContours() { return this->ContourValues->GetNumberOfContours(); } in GetNumberOfContours()
95 this->ContourValues->GenerateValues(numContours, range); in GenerateValues()
104 this->ContourValues->GenerateValues(numContours, rangeStart, rangeEnd); in GenerateValues()
131 vtkContourValues* ContourValues; variable
H A DvtkMarchingSquares.h104 vtkContourValues* ContourValues; variable
119 this->ContourValues->SetValue(i, value); in SetValue()
127 return this->ContourValues->GetValue(i); in GetValue()
136 return this->ContourValues->GetValues(); in GetValues()
146 this->ContourValues->GetValues(contourValues); in GetValues()
156 this->ContourValues->SetNumberOfContours(number); in SetNumberOfContours()
164 return this->ContourValues->GetNumberOfContours(); in GetNumberOfContours()
173 this->ContourValues->GenerateValues(numContours, range); in GenerateValues()
182 this->ContourValues->GenerateValues(numContours, rangeStart, rangeEnd); in GenerateValues()
H A DvtkGridSynchronizedTemplates3D.h100 void SetValue(int i, double value) { this->ContourValues->SetValue(i, value); } in SetValue()
105 double GetValue(int i) { return this->ContourValues->GetValue(i); } in GetValue()
111 double* GetValues() { return this->ContourValues->GetValues(); } in GetValues()
118 void GetValues(double* contourValues) { this->ContourValues->GetValues(contourValues); } in GetValues()
125 void SetNumberOfContours(int number) { this->ContourValues->SetNumberOfContours(number); } in SetNumberOfContours()
130 vtkIdType GetNumberOfContours() { return this->ContourValues->GetNumberOfContours(); } in GetNumberOfContours()
138 this->ContourValues->GenerateValues(numContours, range); in GenerateValues()
147 this->ContourValues->GenerateValues(numContours, rangeStart, rangeEnd); in GenerateValues()
185 vtkContourValues* ContourValues; variable
H A DvtkFlyingEdges3D.h138 void SetValue(int i, double value) { this->ContourValues->SetValue(i, value); } in SetValue()
143 double GetValue(int i) { return this->ContourValues->GetValue(i); } in GetValue()
149 double* GetValues() { return this->ContourValues->GetValues(); } in GetValues()
156 void GetValues(double* contourValues) { this->ContourValues->GetValues(contourValues); } in GetValues()
163 void SetNumberOfContours(int number) { this->ContourValues->SetNumberOfContours(number); } in SetNumberOfContours()
168 vtkIdType GetNumberOfContours() { return this->ContourValues->GetNumberOfContours(); } in GetNumberOfContours()
176 this->ContourValues->GenerateValues(numContours, range); in GenerateValues()
185 this->ContourValues->GenerateValues(numContours, rangeStart, rangeEnd); in GenerateValues()
205 vtkContourValues* ContourValues; variable
/dports/math/vtk8/VTK-8.2.0/Filters/Core/
H A DvtkSynchronizedTemplates2D.h57 void SetValue(int i, double value) {this->ContourValues->SetValue(i,value);} in SetValue()
62 double GetValue(int i) {return this->ContourValues->GetValue(i);} in GetValue()
68 double *GetValues() {return this->ContourValues->GetValues();} in GetValues()
76 this->ContourValues->GetValues(contourValues);} in GetValues()
84 this->ContourValues->SetNumberOfContours(number);} in SetNumberOfContours()
90 return this->ContourValues->GetNumberOfContours();} in GetNumberOfContours()
97 this->ContourValues->GenerateValues(numContours, range);} in GenerateValues()
104 {this->ContourValues->GenerateValues(numContours, rangeStart, rangeEnd);} in GenerateValues()
130 vtkContourValues *ContourValues; variable
H A DvtkFlyingEdges2D.h89 {this->ContourValues->SetValue(i,value);} in SetValue()
95 {return this->ContourValues->GetValue(i);} in GetValue()
102 {return this->ContourValues->GetValues();} in GetValues()
110 {this->ContourValues->GetValues(contourValues);} in GetValues()
118 {this->ContourValues->SetNumberOfContours(number);} in SetNumberOfContours()
124 {return this->ContourValues->GetNumberOfContours();} in GetNumberOfContours()
131 {this->ContourValues->GenerateValues(numContours, range);} in GenerateValues()
138 {this->ContourValues->GenerateValues(numContours, rangeStart, rangeEnd);} in GenerateValues()
165 vtkContourValues *ContourValues; variable
H A DvtkMarchingSquares.h105 vtkContourValues *ContourValues; variable
119 {this->ContourValues->SetValue(i,value);} in SetValue()
125 {return this->ContourValues->GetValue(i);} in GetValue()
132 {return this->ContourValues->GetValues();} in GetValues()
140 {this->ContourValues->GetValues(contourValues);} in GetValues()
148 {this->ContourValues->SetNumberOfContours(number);} in SetNumberOfContours()
154 {return this->ContourValues->GetNumberOfContours();} in GetNumberOfContours()
161 {this->ContourValues->GenerateValues(numContours, range);} in GenerateValues()
169 {this->ContourValues->GenerateValues(numContours, rangeStart, rangeEnd);} in GenerateValues()
H A DvtkFlyingEdges3D.h137 void SetValue(int i, double value) {this->ContourValues->SetValue(i,value);} in SetValue()
142 double GetValue(int i) {return this->ContourValues->GetValue(i);} in GetValue()
148 double *GetValues() {return this->ContourValues->GetValues();} in GetValues()
156 this->ContourValues->GetValues(contourValues);} in GetValues()
164 this->ContourValues->SetNumberOfContours(number);} in SetNumberOfContours()
170 return this->ContourValues->GetNumberOfContours();} in GetNumberOfContours()
177 this->ContourValues->GenerateValues(numContours, range);} in GenerateValues()
184 {this->ContourValues->GenerateValues(numContours, rangeStart, rangeEnd);} in GenerateValues()
203 vtkContourValues *ContourValues; variable
H A DvtkGridSynchronizedTemplates3D.h100 void SetValue(int i, double value) {this->ContourValues->SetValue(i,value);} in SetValue()
105 double GetValue(int i) {return this->ContourValues->GetValue(i);} in GetValue()
111 double *GetValues() {return this->ContourValues->GetValues();} in GetValues()
119 this->ContourValues->GetValues(contourValues);} in GetValues()
127 this->ContourValues->SetNumberOfContours(number);} in SetNumberOfContours()
133 return this->ContourValues->GetNumberOfContours();} in GetNumberOfContours()
140 this->ContourValues->GenerateValues(numContours, range);} in GenerateValues()
147 {this->ContourValues->GenerateValues(numContours, rangeStart, rangeEnd);} in GenerateValues()
185 vtkContourValues *ContourValues; variable
H A DvtkMarchingCubes.h134 vtkContourValues *ContourValues; variable
149 {this->ContourValues->SetValue(i,value);} in SetValue()
155 {return this->ContourValues->GetValue(i);} in GetValue()
162 {return this->ContourValues->GetValues();} in GetValues()
170 {this->ContourValues->GetValues(contourValues);} in GetValues()
178 {this->ContourValues->SetNumberOfContours(number);} in SetNumberOfContours()
184 {return this->ContourValues->GetNumberOfContours();} in GetNumberOfContours()
191 {this->ContourValues->GenerateValues(numContours, range);} in GenerateValues()
199 {this->ContourValues->GenerateValues(numContours, rangeStart, rangeEnd);} in GenerateValues()
/dports/math/vtk6/VTK-6.2.0/Filters/SMP/
H A DvtkThreadedSynchronizedTemplates3D.h85 void SetValue(int i, double value) {this->ContourValues->SetValue(i,value);} in SetValue()
89 double GetValue(int i) {return this->ContourValues->GetValue(i);} in GetValue()
94 double *GetValues() {return this->ContourValues->GetValues();} in GetValues()
101 this->ContourValues->GetValues(contourValues);} in GetValues()
108 this->ContourValues->SetNumberOfContours(number);} in SetNumberOfContours()
113 return this->ContourValues->GetNumberOfContours();} in GetNumberOfContours()
119 this->ContourValues->GenerateValues(numContours, range);} in GenerateValues()
125 {this->ContourValues->GenerateValues(numContours, rangeStart, rangeEnd);} in GenerateValues()
151 vtkContourValues *ContourValues; variable
/dports/math/vtk6/VTK-6.2.0/Filters/HyperTree/
H A DvtkHyperOctreeDualGridContourFilter.h74 this->ContourValues->SetValue(i,value); in SetValue()
81 return this->ContourValues->GetValue(i); in GetValue()
89 return this->ContourValues->GetValues(); in GetValues()
98 this->ContourValues->GetValues(contourValues); in GetValues()
107 this->ContourValues->SetNumberOfContours(number); in SetNumberOfContours()
114 return this->ContourValues->GetNumberOfContours(); in GetNumberOfContours()
122 this->ContourValues->GenerateValues(numContours, range); in GenerateValues()
131 this->ContourValues->GenerateValues(numContours, rangeStart, rangeEnd); in GenerateValues()
173 vtkContourValues *ContourValues; variable

123456