Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/VTK
/ GetRawData
Method
GetRawData
Filters/ParallelFlowPaths/vtkPStreamTracer.cxx:160–160 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
158
}
159
160
char* GetRawData() { return this->Data; }
161
int GetLength() { return this->Head - this->Data; }
162
163
void Reset() { this->Head = this->Data; }
Callers
10
SerializeGhostData
Method · 0.45
AllocateBuffers
Method · 0.45
Send
Method · 0.45
Receive
Method · 0.45
SendParticle
Method · 0.45
ReceiveParticleIfAny
Method · 0.45
SendParticleId
Method · 0.45
ReceiveParticleIdIfAny
Method · 0.45
GenerateParticles
Method · 0.45
ReduceToAll
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected