Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/VTK
/ isArray
Method
isArray
ThirdParty/jsoncpp/vtkjsoncpp/jsoncpp.cpp:3811–3811 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3809
bool Value::isString() const { return type() == stringValue; }
3810
3811
bool Value::isArray() const { return type() == arrayValue; }
3812
3813
bool Value::isObject() const { return type() == objectValue; }
3814
Callers
15
ProcessDataFields
Method · 0.80
ProcessColumnOrdering
Method · 0.80
ReadStringArrayFromStream
Method · 0.80
GetPointFromJSON
Function · 0.80
GetIntArray
Function · 0.80
GetUIntArray
Function · 0.80
GetFloatArray
Function · 0.80
GetDoubleArray
Function · 0.80
GetDataElements
Function · 0.80
ProcessJSON
Method · 0.80
ParseRoot
Method · 0.80
ExtractMultiPoint
Method · 0.80
Calls
1
type
Enum · 0.50
Tested by
no test coverage detected