Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/VTK
/ IsValid
Method
IsValid
Common/Core/vtkVariant.cxx:506–509 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
504
}
505
506
bool vtkVariant::IsValid() const
507
{
508
return this->Valid;
509
}
510
511
bool vtkVariant::IsString() const
512
{
Callers
8
ToString
Method · 0.95
json Serialize_vtkVariant
Method · 0.45
testDefaultConstructor
Method · 0.45
testTwoArgConstructor
Method · 0.45
testPassByValueReturnByReference
Method · 0.45
testPassByReferenceReturnByValue
Method · 0.45
TestStringToken
Function · 0.45
TestArrayAPI
Function · 0.45
Calls
no outgoing calls
Tested by
6
testDefaultConstructor
Method · 0.36
testTwoArgConstructor
Method · 0.36
testPassByValueReturnByReference
Method · 0.36
testPassByReferenceReturnByValue
Method · 0.36
TestStringToken
Function · 0.36
TestArrayAPI
Function · 0.36