[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Type of points2set



There's type associated with each points to set used in spark. Is it true
that I can't add a node with incompatable type into that points to set?

And is p2set.setType(Scene.v().getRefType("java.lang.Object"))
the right way to get around this without implementing my own points to
set?

Sorry for the silly question.