Home
last modified time | relevance | path

Searched refs:IsCellVisible (Results 1 – 25 of 77) sorted by relevance

1234

/dports/math/vtk8/VTK-8.2.0/Common/DataModel/
H A DvtkUniformGrid.cxx222 if (!this->IsCellVisible(cellId) ) in GetCell()
343 if (!this->IsCellVisible(cellId) ) in GetCell()
463 if (!this->IsCellVisible(cellId)) in GetCell()
593 && !this->IsCellVisible(cellId) ) in FindCell()
634 if (!this->IsCellVisible(cellId)) in FindAndGetCell()
737 if (!this->IsCellVisible(cellId) ) in GetCellType()
833 if ( this->IsCellVisible(id) ) in ComputeScalarRange()
911 assert(!this->IsCellVisible(cellId)); in BlankCell()
936 assert(this->IsCellVisible(cellId)); in UnBlankCell()
964 unsigned char vtkUniformGrid::IsCellVisible(vtkIdType cellId) in IsCellVisible() function in vtkUniformGrid
H A DvtkStructuredGrid.cxx116 if(!this->IsCellVisible(cellId)) in GetCellType()
160 if(!this->IsCellVisible(cellId)) in GetCell()
291 if (!this->IsCellVisible(cellId)) in GetCell()
412 if(!this->IsCellVisible(cellId)) in GetCell()
693 assert(!this->IsCellVisible(cellId)); in BlankCell()
730 unsigned char vtkStructuredGrid::IsCellVisible(vtkIdType cellId) in IsCellVisible() function in vtkStructuredGrid
1028 return !Input->IsCellVisible(id); in operator ()()
1185 if ( this->IsCellVisible(id) ) in ComputeScalarRange()
H A DvtkUniformGrid.h173 virtual unsigned char IsCellVisible(vtkIdType cellId);
H A DvtkStructuredGrid.h193 unsigned char IsCellVisible(vtkIdType cellId);
/dports/math/vtk9/VTK-9.1.0/Common/DataModel/
H A DvtkUniformGrid.cxx222 if (!this->IsCellVisible(cellId)) in GetCell()
343 if (!this->IsCellVisible(cellId)) in GetCell()
462 if (!this->IsCellVisible(cellId)) in GetCell()
583 if ((this->GetPointGhostArray() || this->GetCellGhostArray()) && !this->IsCellVisible(cellId)) in FindCell()
620 if (!this->IsCellVisible(cellId)) in FindAndGetCell()
722 if (!this->IsCellVisible(cellId)) in GetCellType()
822 if (this->IsCellVisible(id)) in ComputeScalarRange()
902 assert(!this->IsCellVisible(cellId)); in BlankCell()
927 assert(this->IsCellVisible(cellId)); in UnBlankCell()
955 unsigned char vtkUniformGrid::IsCellVisible(vtkIdType cellId) in IsCellVisible() function in vtkUniformGrid
H A DvtkExplicitStructuredGrid.cxx123 return this->IsCellVisible(cellId) ? VTK_HEXAHEDRON : VTK_EMPTY_CELL; in GetCellType()
136 if (!this->IsCellVisible(cellId)) in GetCell()
147 if (!this->IsCellVisible(cellId)) in GetCell()
167 if (!this->IsCellVisible(cellId)) in GetCell()
707 assert(!this->IsCellVisible(cellId)); in BlankCell()
723 unsigned char vtkExplicitStructuredGrid::IsCellVisible(vtkIdType cellId) in IsCellVisible() function in vtkExplicitStructuredGrid
1051 if (this->IsCellVisible(id0)) in FindConnectedFaces()
1063 if (this->IsCellVisible(neiCellId)) in FindConnectedFaces()
1220 if (this->IsCellVisible(cellId)) in ReorderCellsPoints()
H A DvtkStructuredGrid.cxx121 if (!this->IsCellVisible(cellId)) in GetCellType()
169 if (!this->IsCellVisible(cellId)) in GetCell()
300 if (!this->IsCellVisible(cellId)) in GetCell()
421 if (!this->IsCellVisible(cellId)) in GetCell()
701 assert(!this->IsCellVisible(cellId)); in BlankCell()
732 unsigned char vtkStructuredGrid::IsCellVisible(vtkIdType cellId) in IsCellVisible() function in vtkStructuredGrid
734 return vtkStructuredData::IsCellVisible(cellId, this->Dimensions, this->DataDescription, in IsCellVisible()
916 bool operator()(const vtkIdType id) { return !Input->IsCellVisible(id); } in operator ()()
1076 if (this->IsCellVisible(id)) in ComputeScalarRange()
H A DvtkUniformGrid.h173 virtual unsigned char IsCellVisible(vtkIdType cellId);
H A DvtkStructuredGrid.h192 unsigned char IsCellVisible(vtkIdType cellId);
/dports/math/vtk6/VTK-6.2.0/Common/DataModel/
H A DvtkUniformGrid.cxx235 && !this->IsCellVisible(cellId) ) in GetCell()
359 && !this->IsCellVisible(cellId) ) in GetCell()
489 && !this->IsCellVisible(cellId) ) in FindCell()
532 && !this->IsCellVisible(cellId) ) in FindAndGetCell()
637 && !this->IsCellVisible(cellId) ) in GetCellType()
764 if ( this->IsCellVisible(id) ) in ComputeScalarRange()
890 if( this->IsCellVisible( i ) ) in AttachCellVisibilityToCellData()
951 unsigned char vtkUniformGrid::IsCellVisible(vtkIdType cellId) in IsCellVisible() function in vtkUniformGrid
H A DvtkStructuredGrid.cxx130 && !this->IsCellVisible(cellId) ) in GetCellType()
176 && !this->IsCellVisible(cellId) ) in GetCell()
309 && !this->IsCellVisible(cellId) ) in GetCell()
639 unsigned char vtkStructuredGrid::IsCellVisible(vtkIdType cellId) in IsCellVisible() function in vtkStructuredGrid
955 if ( !this->IsCellVisible(xcellId) ) in GetCellNeighbors()
1062 if ( this->IsCellVisible(id) ) in ComputeScalarRange()
H A DvtkStructuredGrid.h178 unsigned char IsCellVisible(vtkIdType cellId);
H A DvtkUniformGrid.h174 virtual unsigned char IsCellVisible(vtkIdType cellId);
/dports/math/vtk8/VTK-8.2.0/Filters/FlowPaths/Testing/Cxx/
H A DTestAMRInterpolatedVelocityField.cxx53 numBlankedCells += grid->IsCellVisible(i)? 0 : 1; in TestAMRInterpolatedVelocityField()
/dports/math/vtk9/VTK-9.1.0/Filters/FlowPaths/Testing/Cxx/
H A DTestAMRInterpolatedVelocityField.cxx54 numBlankedCells += grid->IsCellVisible(i) ? 0 : 1; in TestAMRInterpolatedVelocityField()
/dports/math/vtk8/VTK-8.2.0/IO/AMR/Testing/Cxx/
H A DTestEnzoReader.cxx71 if(grid->IsCellVisible(i)) in ComputeNumberOfVisibileCells()
/dports/math/vtk9/VTK-9.1.0/IO/AMR/Testing/Cxx/
H A DTestEnzoReader.cxx73 if (grid->IsCellVisible(i)) in ComputeNumberOfVisibleCells()
/dports/math/vtk6/VTK-6.2.0/IO/AMR/Testing/Cxx/
H A DTestEnzoReader.cxx71 if(grid->IsCellVisible(i)) in ComputeNumberOfVisibileCells()
/dports/math/vtk8/VTK-8.2.0/Filters/AMR/Testing/Cxx/
H A DTestImageToAMR.cxx51 n+= grid->IsCellVisible(cellId)? 1 :0; in ComputeNumCells()
/dports/math/vtk9/VTK-9.1.0/Filters/AMR/Testing/Cxx/
H A DTestImageToAMR.cxx51 n += grid->IsCellVisible(cellId) ? 1 : 0; in ComputeNumCells()
/dports/math/vtk6/VTK-6.2.0/Filters/AMR/Testing/Cxx/
H A DTestImageToAMR.cxx51 n+= grid->IsCellVisible(cellId)? 1 :0; in ComputeNumCells()
/dports/math/vtk9/VTK-9.1.0/Filters/Core/
H A DvtkExplicitStructuredGridToUnstructuredGrid.cxx92 if (input->IsCellVisible(cellId)) in RequestData()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svtools/source/brwbox/
H A Dbrwbox3.cxx384 if ( IsCellVisible( _nRow, _nColumnPos ) ) in FillAccessibleStateSetForCell()
518 bool BrowseBox::IsCellVisible( sal_Int32 _nRow, sal_uInt16 _nColumnPos ) const in IsCellVisible() function in BrowseBox
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svtools/source/brwbox/
H A Dbrwbox3.cxx384 if ( IsCellVisible( _nRow, _nColumnPos ) ) in FillAccessibleStateSetForCell()
518 bool BrowseBox::IsCellVisible( sal_Int32 _nRow, sal_uInt16 _nColumnPos ) const in IsCellVisible() function in BrowseBox
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/vcl/
H A Daccessibletableprovider.hxx87 …virtual bool IsCellVisible( sal_Int32 _nRow, sal_uInt16 _nColumnPos ) const = 0;

1234