Home
last modified time | relevance | path

Searched refs:ArrayExists (Results 1 – 25 of 36) sorted by relevance

12

/dports/math/vtk8/VTK-8.2.0/Common/Core/Testing/Cxx/
H A DTestDataArraySelection.cxx18 TASSERT(sel->ArrayExists("Temperature") && sel->ArrayIsEnabled("Temperature")); in TestDataArraySelection()
19 TASSERT(!sel->ArrayExists("Temperature2") && !sel->ArrayIsEnabled("Temperature2")); in TestDataArraySelection()
20 TASSERT(sel->ArrayExists("Pressure") && !sel->ArrayIsEnabled("Pressure")); in TestDataArraySelection()
28 TASSERT(sel2->ArrayExists("Temperature") && sel2->ArrayIsEnabled("Temperature")); in TestDataArraySelection()
29 TASSERT(!sel2->ArrayExists("Temperature2") && !sel2->ArrayIsEnabled("Temperature2")); in TestDataArraySelection()
30 TASSERT(sel2->ArrayExists("Pressure") && sel2->ArrayIsEnabled("Pressure")); in TestDataArraySelection()
31 TASSERT(sel2->ArrayExists("Voltage") && sel2->ArrayIsEnabled("Voltage")); in TestDataArraySelection()
/dports/math/vtk9/VTK-9.1.0/Common/Core/Testing/Cxx/
H A DTestDataArraySelection.cxx18 TASSERT(sel->ArrayExists("Temperature") && sel->ArrayIsEnabled("Temperature")); in TestDataArraySelection()
19 TASSERT(!sel->ArrayExists("Temperature2") && !sel->ArrayIsEnabled("Temperature2")); in TestDataArraySelection()
20 TASSERT(sel->ArrayExists("Pressure") && !sel->ArrayIsEnabled("Pressure")); in TestDataArraySelection()
28 TASSERT(sel2->ArrayExists("Temperature") && sel2->ArrayIsEnabled("Temperature")); in TestDataArraySelection()
29 TASSERT(!sel2->ArrayExists("Temperature2") && !sel2->ArrayIsEnabled("Temperature2")); in TestDataArraySelection()
30 TASSERT(sel2->ArrayExists("Pressure") && sel2->ArrayIsEnabled("Pressure")); in TestDataArraySelection()
31 TASSERT(sel2->ArrayExists("Voltage") && sel2->ArrayIsEnabled("Voltage")); in TestDataArraySelection()
/dports/math/vtk9/VTK-9.1.0/IO/CONVERGECFD/
H A DvtkCONVERGECFDReader.cxx100 bool ArrayExists(hid_t fileId, const char* pathName) in ArrayExists() function
381 if (!ArrayExists(streamId, pathX.c_str())) in ReadParcelDataSet()
420 if (!ArrayExists(streamId, varPath.c_str())) in ReadParcelDataSet()
531 if (ArrayExists(streamId, "VARIABLE_NAMES/PARCEL_VARIABLES")) in RequestInformation()
591 if (ArrayExists(streamId, parcelDataGroup.c_str())) in RequestInformation()
629 if (!this->CellDataArraySelection->ArrayExists(varName.c_str())) in RequestInformation()
637 if (!this->CellDataArraySelection->ArrayExists(varName.c_str())) in RequestInformation()
659 if (!this->ParcelDataArraySelection->ArrayExists(varName.c_str())) in RequestInformation()
756 if (!ArrayExists(streamId, "VERTEX_COORDINATES/X")) in RequestData()
1059 if (!ArrayExists(streamId, pathX.c_str())) in RequestData()
[all …]
/dports/math/vtk9/VTK-9.1.0/Common/Core/
H A DvtkDataArraySelection.cxx123 int vtkDataArraySelection::ArrayExists(const char* name) const in ArrayExists() function in vtkDataArraySelection
259 if (this->ArrayExists(name)) in AddArray()
347 if (!selections->ArrayExists(arrayName)) in CopySelections()
H A DvtkDataArraySelection.h68 int ArrayExists(const char* name) const;
/dports/math/vtk8/VTK-8.2.0/Common/Core/
H A DvtkDataArraySelection.cxx121 int vtkDataArraySelection::ArrayExists(const char* name) in ArrayExists() function in vtkDataArraySelection
256 if (this->ArrayExists(name)) in AddArray()
347 if (!selections->ArrayExists(arrayName)) in CopySelections()
H A DvtkDataArraySelection.h62 int ArrayExists(const char* name);
/dports/math/vtk6/VTK-6.2.0/Common/Core/
H A DvtkDataArraySelection.cxx114 int vtkDataArraySelection::ArrayExists(const char* name) in ArrayExists() function in vtkDataArraySelection
253 if(this->ArrayExists(name)) in AddArray()
350 if (!selections->ArrayExists(arrayName)) in CopySelections()
H A DvtkDataArraySelection.h55 int ArrayExists(const char* name);
/dports/x11/idesk/idesk-0.7.5/src/
H A DDatabase.cpp214 if( !ArrayExists(L) ) { in SetArray()
241 bool Table::ArrayExists( const string & L) { in ArrayExists() function in Table
H A DDatabase.h61 bool ArrayExists( const string & L );
H A DActionConfig.cpp70 if (table.ArrayExists("Execute")) in setOptions()
/dports/math/vtk9/VTK-9.1.0/Rendering/OpenGL2/
H A DvtkOpenGLVertexBufferObjectGroup.h136 bool ArrayExists(
H A DvtkCompositePolyDataMapper2.cxx874 this->VBOs->ArrayExists("vertexMC", poly->GetPoints()->GetData(), offsetPos, totalOffset) && in AppendOneBufferObject()
875 this->VBOs->ArrayExists("normalMC", n, offsetNorm, dummy) && in AppendOneBufferObject()
876 this->VBOs->ArrayExists("scalarColor", c, offsetColor, dummy) && in AppendOneBufferObject()
877 this->VBOs->ArrayExists("tcoord", tcoords, offsetTex, dummy) && in AppendOneBufferObject()
878 this->VBOs->ArrayExists("tangentMC", tangents, offsetTangents, dummy); in AppendOneBufferObject()
/dports/math/vtk8/VTK-8.2.0/Rendering/OpenGL2/
H A DvtkOpenGLVertexBufferObjectGroup.h140 bool ArrayExists(const char *attribute, vtkDataArray *da,
/dports/math/vtk8/VTK-8.2.0/IO/AMR/
H A DvtkAMREnzoParticlesReader.cxx207 if( this->ParticleDataArraySelection->ArrayExists( "particle_type" ) ) in GetParticlesTypeArray()
222 this->ParticleDataArraySelection->ArrayExists( "particle_type" ) ) in CheckParticleType()
/dports/math/vtk9/VTK-9.1.0/IO/AMR/
H A DvtkAMREnzoParticlesReader.cxx198 if (this->ParticleDataArraySelection->ArrayExists("particle_type")) in GetParticlesTypeArray()
212 this->ParticleDataArraySelection->ArrayExists("particle_type")) in CheckParticleType()
/dports/math/vtk6/VTK-6.2.0/IO/AMR/
H A DvtkAMREnzoParticlesReader.cxx207 if( this->ParticleDataArraySelection->ArrayExists( "particle_type" ) ) in GetParticlesTypeArray()
222 this->ParticleDataArraySelection->ArrayExists( "particle_type" ) ) in CheckParticleType()
/dports/math/vtk9/VTK-9.1.0/IO/PIO/Testing/Python/
H A DTestPIOReader.py19 if not selection.ArrayExists(name) or selection.ArrayIsEnabled(name):
/dports/math/vtk9/VTK-9.1.0/Filters/General/
H A DvtkPassSelectedArrays.cxx111 selection->ArrayExists(vtkDataSetAttributes::GhostArrayName()) == 0)) in RequestData()
/dports/math/vtk8/VTK-8.2.0/IO/VeraOut/
H A DvtkVeraOutReader.cxx743 if (!(this->CellDataArraySelection->ArrayExists(dsName.c_str()) || in AddStateData()
744 this->FieldDataArraySelection->ArrayExists(dsName.c_str())) || in AddStateData()
/dports/math/vtk9/VTK-9.1.0/IO/VeraOut/
H A DvtkVeraOutReader.cxx742 if (!(this->CellDataArraySelection->ArrayExists(dsName.c_str()) || in AddStateData()
743 this->FieldDataArraySelection->ArrayExists(dsName.c_str())) || in AddStateData()
/dports/math/vtk9/VTK-9.1.0/IO/NetCDF/
H A DvtkNetCDFPOPReader.cxx343 if (this->Internals->VariableArraySelection->ArrayExists(name) == 0) in SetVariableArrayStatus()
/dports/math/vtk8/VTK-8.2.0/IO/NetCDF/
H A DvtkNetCDFPOPReader.cxx353 if(this->Internals->VariableArraySelection->ArrayExists(name) == 0) in SetVariableArrayStatus()
/dports/math/vtk6/VTK-6.2.0/IO/NetCDF/
H A DvtkNetCDFPOPReader.cxx353 if(this->Internals->VariableArraySelection->ArrayExists(name) == 0) in SetVariableArrayStatus()

12