MCPcopy Create free account
hub / github.com/Kitware/ParaView / Value

Function Value

Remoting/ClientServerStream/vtkClientServerStream.cxx:105–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103 { \
104 /* Type identifier for value of this type. */ \
105 static vtkClientServerStream::Types Value() \
106 { \
107 return vtkClientServerStream::out##_value; \
108 } \
109 /* Type identifier for array of this type. */ \
110 static vtkClientServerStream::Types Array() \
111 { \

Calls

no outgoing calls

Tested by

no test coverage detected