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

Method open

IO/NetCDF/vtkXArrayAccessor.cxx:137–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135}
136
137int vtkXArrayAccessor::open(const char* vtkNotUsed(path), int vtkNotUsed(omode), int* ncidp)
138{
139 *ncidp = 0;
140 return NC_NOERR;
141}
142
143const char* vtkXArrayAccessor::strerror(int ncerr1)
144{

Callers 15

WriteDataMethod · 0.45
InsertIntoArchiveMethod · 0.45
WriteDataMethod · 0.45
OpenFileMethod · 0.45
OpenFileMethod · 0.45
ply_open_for_writingMethod · 0.45
TestPLYWriterStringFunction · 0.45
ReadHeaderMethod · 0.45
CanReadFileMethod · 0.45
OpenFileMethod · 0.45
RequestInformationMethod · 0.45

Calls

no outgoing calls

Tested by 6

TestPLYWriterStringFunction · 0.36
save_image_data_as_pngFunction · 0.36
TestSCNFunction · 0.36
TestTessellatorFunction · 0.36