Home
last modified time | relevance | path

Searched refs:pointsDataCoords (Results 1 – 2 of 2) sorted by relevance

/dports/math/vtk8/VTK-8.2.0/Rendering/Volume/
H A DvtkMultiVolume.cxx199 PointVec pointsDataCoords; in ComputeAABounds() local
200 pointsDataCoords.reserve(8); in ComputeAABounds()
201 pointsDataCoords.push_back(minPoint); in ComputeAABounds()
202 pointsDataCoords.push_back(std::move(minPoint + Point(dim[0], 0.,0., 0.))); in ComputeAABounds()
203 pointsDataCoords.push_back(std::move(minPoint + Point(dim[0], dim[1],0., 0.))); in ComputeAABounds()
204 pointsDataCoords.push_back(std::move(minPoint + Point(0., dim[1],0., 0.))); in ComputeAABounds()
205 pointsDataCoords.push_back(std::move(minPoint + Point(0., 0., dim[2], 0.))); in ComputeAABounds()
206 pointsDataCoords.push_back(std::move(minPoint + Point(dim[0], 0.,dim[2], 0.))); in ComputeAABounds()
207 pointsDataCoords.push_back(Point(bounds[1], bounds[3], bounds[5], 0.)); in ComputeAABounds()
208 pointsDataCoords.push_back(std::move(minPoint + Point(0., dim[1], dim[2], 0.))); in ComputeAABounds()
[all …]
/dports/math/vtk9/VTK-9.1.0/Rendering/Volume/
H A DvtkMultiVolume.cxx221 PointVec pointsDataCoords; in ComputeAABounds() local
222 pointsDataCoords.reserve(8); in ComputeAABounds()
223 pointsDataCoords.push_back(minPoint); in ComputeAABounds()
224 pointsDataCoords.push_back(minPoint + Point(dim[0], 0., 0., 0.)); in ComputeAABounds()
225 pointsDataCoords.push_back(minPoint + Point(dim[0], dim[1], 0., 0.)); in ComputeAABounds()
226 pointsDataCoords.push_back(minPoint + Point(0., dim[1], 0., 0.)); in ComputeAABounds()
227 pointsDataCoords.push_back(minPoint + Point(0., 0., dim[2], 0.)); in ComputeAABounds()
228 pointsDataCoords.push_back(minPoint + Point(dim[0], 0., dim[2], 0.)); in ComputeAABounds()
229 pointsDataCoords.push_back(Point(bounds[1], bounds[3], bounds[5], 0.)); in ComputeAABounds()
230 pointsDataCoords.push_back(minPoint + Point(0., dim[1], dim[2], 0.)); in ComputeAABounds()
[all …]