Home
last modified time | relevance | path

Searched refs:scalarInfo (Results 1 – 25 of 34) sorted by relevance

12

/dports/math/vtk8/VTK-8.2.0/Imaging/Core/
H A DvtkImageIterateFilter.cxx87 vtkInformation* scalarInfo = in RequestInformation() local
92 if (scalarInfo) in RequestInformation()
95 if (scalarInfo->Has(vtkDataObject::FIELD_ARRAY_TYPE())) in RequestInformation()
97 scalarType = scalarInfo->Get(vtkDataObject::FIELD_ARRAY_TYPE()); in RequestInformation()
100 if (scalarInfo->Has(vtkDataObject::FIELD_NUMBER_OF_COMPONENTS())) in RequestInformation()
102 numComp = scalarInfo->Get(vtkDataObject::FIELD_NUMBER_OF_COMPONENTS()); in RequestInformation()
H A DvtkImageMapToColors.cxx148 vtkInformation *scalarInfo = vtkDataObject::GetActiveFieldInformation(inInfo, in RequestInformation() local
150 if ( scalarInfo->Get(vtkDataObject::FIELD_ARRAY_TYPE()) != VTK_UNSIGNED_CHAR ) in RequestInformation()
158 scalarInfo->Get(vtkDataObject::FIELD_NUMBER_OF_COMPONENTS()) ) in RequestInformation()
/dports/math/vtk9/VTK-9.1.0/Imaging/Core/
H A DvtkImageIterateFilter.cxx83 vtkInformation* scalarInfo = vtkDataObject::GetActiveFieldInformation( in RequestInformation() local
85 if (scalarInfo) in RequestInformation()
88 if (scalarInfo->Has(vtkDataObject::FIELD_ARRAY_TYPE())) in RequestInformation()
90 scalarType = scalarInfo->Get(vtkDataObject::FIELD_ARRAY_TYPE()); in RequestInformation()
93 if (scalarInfo->Has(vtkDataObject::FIELD_NUMBER_OF_COMPONENTS())) in RequestInformation()
95 numComp = scalarInfo->Get(vtkDataObject::FIELD_NUMBER_OF_COMPONENTS()); in RequestInformation()
H A DvtkImageMapToColors.cxx141 vtkInformation* scalarInfo = vtkDataObject::GetActiveFieldInformation( in RequestInformation() local
143 if (scalarInfo->Get(vtkDataObject::FIELD_ARRAY_TYPE()) != VTK_UNSIGNED_CHAR) in RequestInformation()
149 else if (numComponents != scalarInfo->Get(vtkDataObject::FIELD_NUMBER_OF_COMPONENTS())) in RequestInformation()
/dports/math/vtk6/VTK-6.2.0/Imaging/Core/
H A DvtkImageIterateFilter.cxx87 vtkInformation* scalarInfo = in RequestInformation() local
92 if (scalarInfo) in RequestInformation()
95 if (scalarInfo->Has(vtkDataObject::FIELD_ARRAY_TYPE())) in RequestInformation()
97 scalarType = scalarInfo->Get(vtkDataObject::FIELD_ARRAY_TYPE()); in RequestInformation()
100 if (scalarInfo->Has(vtkDataObject::FIELD_NUMBER_OF_COMPONENTS())) in RequestInformation()
102 numComp = scalarInfo->Get(vtkDataObject::FIELD_NUMBER_OF_COMPONENTS()); in RequestInformation()
H A DvtkImageMapToColors.cxx148 vtkInformation *scalarInfo = vtkDataObject::GetActiveFieldInformation(inInfo, in RequestInformation() local
150 if ( scalarInfo->Get(vtkDataObject::FIELD_ARRAY_TYPE()) != VTK_UNSIGNED_CHAR ) in RequestInformation()
158 scalarInfo->Get(vtkDataObject::FIELD_NUMBER_OF_COMPONENTS()) ) in RequestInformation()
/dports/math/vtk9/VTK-9.1.0/Rendering/Core/
H A DvtkImageActor.cxx534 vtkInformation* scalarInfo = vtkDataObject::GetActiveFieldInformation( in HasTranslucentPolygonalGeometry() local
537 if (scalarInfo) in HasTranslucentPolygonalGeometry()
539 if (scalarInfo->Has(vtkDataObject::FIELD_ARRAY_TYPE())) in HasTranslucentPolygonalGeometry()
541 scalarType = scalarInfo->Get(vtkDataObject::FIELD_ARRAY_TYPE()); in HasTranslucentPolygonalGeometry()
543 if (scalarInfo->Has(vtkDataObject::FIELD_NUMBER_OF_COMPONENTS())) in HasTranslucentPolygonalGeometry()
545 numComp = scalarInfo->Get(vtkDataObject::FIELD_NUMBER_OF_COMPONENTS()); in HasTranslucentPolygonalGeometry()
/dports/math/vtk8/VTK-8.2.0/Rendering/Core/
H A DvtkImageActor.cxx529 vtkInformation *scalarInfo = in HasTranslucentPolygonalGeometry() local
535 if (scalarInfo) in HasTranslucentPolygonalGeometry()
537 if (scalarInfo->Has(vtkDataObject::FIELD_ARRAY_TYPE())) in HasTranslucentPolygonalGeometry()
539 scalarType = scalarInfo->Get(vtkDataObject::FIELD_ARRAY_TYPE()); in HasTranslucentPolygonalGeometry()
541 if (scalarInfo->Has(vtkDataObject::FIELD_NUMBER_OF_COMPONENTS())) in HasTranslucentPolygonalGeometry()
543 numComp = scalarInfo->Get(vtkDataObject::FIELD_NUMBER_OF_COMPONENTS()); in HasTranslucentPolygonalGeometry()
/dports/math/vtk9/VTK-9.1.0/Filters/Parallel/
H A DvtkPipelineSize.cxx272 vtkInformation* scalarInfo = vtkDataObject::GetActiveFieldInformation( in GenericComputeOutputMemorySize() local
275 if (scalarInfo) in GenericComputeOutputMemorySize()
277 tmp = vtkDataArray::GetDataTypeSize(scalarInfo->Get(vtkDataObject::FIELD_ARRAY_TYPE())); in GenericComputeOutputMemorySize()
278 if (scalarInfo->Has(vtkDataObject::FIELD_NUMBER_OF_COMPONENTS())) in GenericComputeOutputMemorySize()
280 numComp = scalarInfo->Get(vtkDataObject::FIELD_NUMBER_OF_COMPONENTS()); in GenericComputeOutputMemorySize()
/dports/math/vtk8/VTK-8.2.0/Filters/Parallel/
H A DvtkPipelineSize.cxx291 vtkInformation *scalarInfo = vtkDataObject::GetActiveFieldInformation(outInfo, in GenericComputeOutputMemorySize() local
294 if (scalarInfo) in GenericComputeOutputMemorySize()
297 scalarInfo->Get(vtkDataObject::FIELD_ARRAY_TYPE())); in GenericComputeOutputMemorySize()
298 if (scalarInfo->Has(vtkDataObject::FIELD_NUMBER_OF_COMPONENTS())) in GenericComputeOutputMemorySize()
300 numComp = scalarInfo->Get(vtkDataObject::FIELD_NUMBER_OF_COMPONENTS()); in GenericComputeOutputMemorySize()
/dports/math/vtk6/VTK-6.2.0/Filters/Parallel/
H A DvtkPipelineSize.cxx289 vtkInformation *scalarInfo = vtkDataObject::GetActiveFieldInformation(outInfo, in GenericComputeOutputMemorySize() local
292 if (scalarInfo) in GenericComputeOutputMemorySize()
295 scalarInfo->Get(vtkDataObject::FIELD_ARRAY_TYPE())); in GenericComputeOutputMemorySize()
296 if (scalarInfo->Has(vtkDataObject::FIELD_NUMBER_OF_COMPONENTS())) in GenericComputeOutputMemorySize()
298 numComp = scalarInfo->Get(vtkDataObject::FIELD_NUMBER_OF_COMPONENTS()); in GenericComputeOutputMemorySize()
/dports/math/vtk6/VTK-6.2.0/Common/DataModel/
H A DvtkImageData.cxx1051 if (!scalarInfo) in HasNumberOfScalarComponents()
1055 return scalarInfo->Has(FIELD_NUMBER_OF_COMPONENTS()) != 0; in HasNumberOfScalarComponents()
1065 if (scalarInfo && scalarInfo->Has(FIELD_NUMBER_OF_COMPONENTS())) in GetNumberOfScalarComponents()
1067 return scalarInfo->Get( FIELD_NUMBER_OF_COMPONENTS() ); in GetNumberOfScalarComponents()
1423 if (!scalarInfo) in HasScalarType()
1428 return scalarInfo->Has( FIELD_ARRAY_TYPE() ) != 0; in HasScalarType()
1438 if (scalarInfo) in GetScalarType()
1440 return scalarInfo->Get( FIELD_ARRAY_TYPE() ); in GetScalarType()
1456 if (scalarInfo) in AllocateScalars()
1458 newType = scalarInfo->Get( FIELD_ARRAY_TYPE() ); in AllocateScalars()
[all …]
/dports/math/vtk9/VTK-9.1.0/Common/DataModel/
H A DvtkRectilinearGrid.cxx1358 vtkInformation* scalarInfo = vtkDataObject::GetActiveFieldInformation( in HasScalarType() local
1360 if (!scalarInfo) in HasScalarType()
1365 return scalarInfo->Has(FIELD_ARRAY_TYPE()) != 0; in HasScalarType()
1371 vtkInformation* scalarInfo = vtkDataObject::GetActiveFieldInformation( in GetScalarType() local
1373 if (scalarInfo) in GetScalarType()
1375 return scalarInfo->Get(FIELD_ARRAY_TYPE()); in GetScalarType()
1389 vtkInformation* scalarInfo = vtkDataObject::GetActiveFieldInformation( in HasNumberOfScalarComponents() local
1391 if (!scalarInfo) in HasNumberOfScalarComponents()
1395 return scalarInfo->Has(FIELD_NUMBER_OF_COMPONENTS()) != 0; in HasNumberOfScalarComponents()
1403 if (scalarInfo && scalarInfo->Has(FIELD_NUMBER_OF_COMPONENTS())) in GetNumberOfScalarComponents()
[all …]
H A DvtkImageData.cxx1244 if (!scalarInfo) in HasNumberOfScalarComponents()
1248 return scalarInfo->Has(FIELD_NUMBER_OF_COMPONENTS()) != 0; in HasNumberOfScalarComponents()
1256 if (scalarInfo && scalarInfo->Has(FIELD_NUMBER_OF_COMPONENTS())) in GetNumberOfScalarComponents()
1258 return scalarInfo->Get(FIELD_NUMBER_OF_COMPONENTS()); in GetNumberOfScalarComponents()
1619 if (!scalarInfo) in HasScalarType()
1624 return scalarInfo->Has(FIELD_ARRAY_TYPE()) != 0; in HasScalarType()
1632 if (scalarInfo) in GetScalarType()
1634 return scalarInfo->Get(FIELD_ARRAY_TYPE()); in GetScalarType()
1650 if (scalarInfo) in AllocateScalars()
1652 newType = scalarInfo->Get(FIELD_ARRAY_TYPE()); in AllocateScalars()
[all …]
/dports/math/vtk8/VTK-8.2.0/Imaging/Math/
H A DvtkImageWeightedSum.cxx162 vtkInformation *scalarInfo = vtkDataObject::GetActiveFieldInformation(info, in RequestInformation() local
164 if (scalarInfo) in RequestInformation()
166 outputType = scalarInfo->Get( vtkDataObject::FIELD_ARRAY_TYPE() ); in RequestInformation()
/dports/math/vtk9/VTK-9.1.0/Imaging/Math/
H A DvtkImageWeightedSum.cxx157 vtkInformation* scalarInfo = vtkDataObject::GetActiveFieldInformation( in RequestInformation() local
159 if (scalarInfo) in RequestInformation()
161 outputType = scalarInfo->Get(vtkDataObject::FIELD_ARRAY_TYPE()); in RequestInformation()
/dports/math/vtk6/VTK-6.2.0/Imaging/Math/
H A DvtkImageWeightedSum.cxx162 vtkInformation *scalarInfo = vtkDataObject::GetActiveFieldInformation(info, in RequestInformation() local
164 if (scalarInfo) in RequestInformation()
166 outputType = scalarInfo->Get( vtkDataObject::FIELD_ARRAY_TYPE() ); in RequestInformation()
/dports/math/vtk8/VTK-8.2.0/Common/DataModel/
H A DvtkImageData.cxx1193 if (!scalarInfo) in HasNumberOfScalarComponents()
1197 return scalarInfo->Has(FIELD_NUMBER_OF_COMPONENTS()) != 0; in HasNumberOfScalarComponents()
1207 if (scalarInfo && scalarInfo->Has(FIELD_NUMBER_OF_COMPONENTS())) in GetNumberOfScalarComponents()
1209 return scalarInfo->Get( FIELD_NUMBER_OF_COMPONENTS() ); in GetNumberOfScalarComponents()
1566 if (!scalarInfo) in HasScalarType()
1571 return scalarInfo->Has( FIELD_ARRAY_TYPE() ) != 0; in HasScalarType()
1581 if (scalarInfo) in GetScalarType()
1583 return scalarInfo->Get( FIELD_ARRAY_TYPE() ); in GetScalarType()
1599 if (scalarInfo) in AllocateScalars()
1601 newType = scalarInfo->Get( FIELD_ARRAY_TYPE() ); in AllocateScalars()
[all …]
/dports/devel/gdcm/gdcm-3.0.10/Utilities/VTK/
H A DvtkImageMapToColors16.cxx159 vtkInformation *scalarInfo = vtkDataObject::GetActiveFieldInformation(inInfo, in RequestInformation() local
161 if ( scalarInfo->Get(vtkDataObject::FIELD_ARRAY_TYPE()) != VTK_UNSIGNED_CHAR ) in RequestInformation()
169 scalarInfo->Get(vtkDataObject::FIELD_NUMBER_OF_COMPONENTS()) ) in RequestInformation()
/dports/math/vtk9/VTK-9.1.0/Rendering/LICOpenGL2/
H A DvtkStructuredGridLIC2D.cxx263 vtkInformation* scalarInfo = vtkDataObject::GetActiveFieldInformation( in AllocateScalars() local
265 if (scalarInfo) in AllocateScalars()
267 newType = scalarInfo->Get(vtkDataObject::FIELD_ARRAY_TYPE()); in AllocateScalars()
268 if (scalarInfo->Has(vtkDataObject::FIELD_NUMBER_OF_COMPONENTS())) in AllocateScalars()
270 newNumComp = scalarInfo->Get(vtkDataObject::FIELD_NUMBER_OF_COMPONENTS()); in AllocateScalars()
/dports/math/vtk8/VTK-8.2.0/Rendering/LICOpenGL2/
H A DvtkStructuredGridLIC2D.cxx282 vtkInformation *scalarInfo = vtkDataObject::GetActiveFieldInformation( in AllocateScalars() local
285 if (scalarInfo) in AllocateScalars()
287 newType = scalarInfo->Get( vtkDataObject::FIELD_ARRAY_TYPE() ); in AllocateScalars()
288 if ( scalarInfo->Has(vtkDataObject::FIELD_NUMBER_OF_COMPONENTS()) ) in AllocateScalars()
290 newNumComp = scalarInfo->Get( vtkDataObject::FIELD_NUMBER_OF_COMPONENTS() ); in AllocateScalars()
/dports/math/vtk6/VTK-6.2.0/Rendering/LIC/
H A DvtkStructuredGridLIC2D.cxx315 vtkInformation *scalarInfo = vtkDataObject::GetActiveFieldInformation( in AllocateScalars() local
318 if (scalarInfo) in AllocateScalars()
320 newType = scalarInfo->Get( vtkDataObject::FIELD_ARRAY_TYPE() ); in AllocateScalars()
321 if ( scalarInfo->Has(vtkDataObject::FIELD_NUMBER_OF_COMPONENTS()) ) in AllocateScalars()
323 newNumComp = scalarInfo->Get( vtkDataObject::FIELD_NUMBER_OF_COMPONENTS() ); in AllocateScalars()
/dports/math/vtk6/VTK-6.2.0/Common/ExecutionModel/
H A DvtkStreamingDemandDrivenPipeline.cxx467 vtkInformation* scalarInfo = in CopyDefaultInformation() local
482 if (scalarInfo) in CopyDefaultInformation()
485 if (scalarInfo->Has(vtkDataObject::FIELD_ARRAY_TYPE())) in CopyDefaultInformation()
487 scalarType = scalarInfo->Get(vtkDataObject::FIELD_ARRAY_TYPE()); in CopyDefaultInformation()
490 if (scalarInfo->Has(vtkDataObject::FIELD_NUMBER_OF_COMPONENTS())) in CopyDefaultInformation()
492 numComp = scalarInfo->Get(vtkDataObject::FIELD_NUMBER_OF_COMPONENTS()); in CopyDefaultInformation()
/dports/math/vtk8/VTK-8.2.0/Common/ExecutionModel/
H A DvtkStreamingDemandDrivenPipeline.cxx529 vtkInformation* scalarInfo = in CopyDefaultInformation() local
544 if (scalarInfo) in CopyDefaultInformation()
547 if (scalarInfo->Has(vtkDataObject::FIELD_ARRAY_TYPE())) in CopyDefaultInformation()
549 scalarType = scalarInfo->Get(vtkDataObject::FIELD_ARRAY_TYPE()); in CopyDefaultInformation()
552 if (scalarInfo->Has(vtkDataObject::FIELD_NUMBER_OF_COMPONENTS())) in CopyDefaultInformation()
554 numComp = scalarInfo->Get(vtkDataObject::FIELD_NUMBER_OF_COMPONENTS()); in CopyDefaultInformation()
/dports/math/vtk9/VTK-9.1.0/Common/ExecutionModel/
H A DvtkStreamingDemandDrivenPipeline.cxx507 vtkInformation* scalarInfo = vtkDataObject::GetActiveFieldInformation( in CopyDefaultInformation() local
519 if (scalarInfo) in CopyDefaultInformation()
522 if (scalarInfo->Has(vtkDataObject::FIELD_ARRAY_TYPE())) in CopyDefaultInformation()
524 scalarType = scalarInfo->Get(vtkDataObject::FIELD_ARRAY_TYPE()); in CopyDefaultInformation()
527 if (scalarInfo->Has(vtkDataObject::FIELD_NUMBER_OF_COMPONENTS())) in CopyDefaultInformation()
529 numComp = scalarInfo->Get(vtkDataObject::FIELD_NUMBER_OF_COMPONENTS()); in CopyDefaultInformation()

12