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

Method PrintSelf

Filters/Hybrid/vtkTemporalArrayOperatorFilter.cxx:42–53  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

40
41//------------------------------------------------------------------------------
42void vtkTemporalArrayOperatorFilter::PrintSelf(ostream& os, vtkIndent indent)
43{
44 this->Superclass::PrintSelf(os, indent);
45 os << indent << "Operator: " << this->GetOperatorAsString() << " (" << this->Operator << ")"
46 << endl;
47 os << indent << "First time step: " << this->FirstTimeStepIndex << endl;
48 os << indent << "Second time step: " << this->SecondTimeStepIndex << endl;
49 os << indent << "Output array name suffix: "
50 << (this->OutputArrayNameSuffix ? this->OutputArrayNameSuffix : "") << endl;
51 os << indent << "Field association: "
52 << vtkDataObject::GetAssociationTypeAsString(this->GetInputArrayAssociation()) << endl;
53}
54
55//------------------------------------------------------------------------------
56int vtkTemporalArrayOperatorFilter::FillInputPortInformation(

Callers

nothing calls this directly

Calls 2

GetOperatorAsStringMethod · 0.95

Tested by

no test coverage detected