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

Method GetRowData

Wrapping/Python/vtkmodules/numpy_interface/dataset_adapter.py:1218–1220  ·  view source on GitHub ↗

Returns the row data as a DataSetAttributes instance.

(self)

Source from the content-addressed store, hash-verified

1216 VTKArrays
1217 """
1218 def GetRowData(self):
1219 "Returns the row data as a DataSetAttributes instance."
1220 return self.GetAttributes(ArrayAssociation.ROW)
1221
1222 def HasAttributes(self, type):
1223 "Returns if current object support this attributes type"

Callers 15

ReadAndExtractRowFromCSVFunction · 0.80
ExtractTimeValuesFromCSVFunction · 0.80
VisitMethod · 0.80
TestExampleFileFunction · 0.80
TestFDSReader3Function · 0.80
TestFDSReader2Function · 0.80
SetupOutputDataMethod · 0.80
ReadPieceDataMethod · 0.80
SetupOutputDataMethod · 0.80
ReadPieceDataMethod · 0.80
WriteInlinePieceMethod · 0.80
WriteAppendedPieceMethod · 0.80

Calls 1

GetAttributesMethod · 0.45

Tested by 15

TestExampleFileFunction · 0.64
TestFDSReader3Function · 0.64
TestFDSReader2Function · 0.64
VerifyHistogramFunction · 0.64
TestVTKMHistogramFunction · 0.64
createSourceMethod · 0.64
ExecuteMethod · 0.64
TestTableFailuresFunction · 0.64
TestTableFunction · 0.64