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

Method __init__

Interaction/Style/Testing/Python/TestStyleBase.py:13–18  ·  view source on GitHub ↗
(self, ren)

Source from the content-addressed store, hash-verified

11class TestStyleBase(object):
12
13 def __init__(self, ren):
14 self.ren1 = ren
15
16 # Get random numbers
17 self.math = vtkMath()
18 self.math.RandomSeed(1)
19
20
21 def randint(self, min, max):

Callers

nothing calls this directly

Calls 1

RandomSeedMethod · 0.45

Tested by

no test coverage detected