MCPcopy Create free account
hub / github.com/Kitware/VTK / SetDimensions

Method SetDimensions

IO/NetCDF/vtkNetCDFReader.cxx:601–605  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

599
600//------------------------------------------------------------------------------
601void vtkNetCDFReader::SetDimensions(const char* dimensions)
602{
603 this->CurrentDimensions = dimensions;
604 this->ComputeArraySelection();
605}
606
607//------------------------------------------------------------------------------
608int vtkNetCDFReader::UpdateMetaData()

Callers 15

create_amr_HTGMethod · 0.45
RequestInformationMethod · 0.45
InitializeDataFunction · 0.45
TestUSDExporterFunction · 0.45
GenerateSubGridFunction · 0.45
ParseGRIDMethod · 0.45
WriteTextureMethod · 0.45
WriteTextureMethod · 0.45
PaintMethod · 0.45

Calls 1

ComputeArraySelectionMethod · 0.95

Tested by 15

InitializeDataFunction · 0.36
TestUSDExporterFunction · 0.36
PaintMethod · 0.36
TestNetCDFCFWriterFunction · 0.36
TestAlembicExporterFunction · 0.36
InitializeDataFunction · 0.36
TestArrayNameCollisionFunction · 0.36
TestImageDataFunction · 0.36
TestRectilinearGridFunction · 0.36
TestStructuredGridFunction · 0.36