1 instantiation of Cluster
ReachFramework (1)
AlphaFlattener\Optimizer.cs (1)
422
home = new
Cluster
();
16 references to Cluster
ReachFramework (16)
AlphaFlattener\Flattener.cs (5)
948
List<
Cluster
> transparentCluster =
Cluster
.CalculateCluster(commands, count, disjoint, oldUnderlay);
950
Cluster
.CheckForRasterization(transparentCluster, commands);
969
internal void LogInterestingPrimitives(List<PrimitiveInfo> commands, int count, List<
Cluster
> transparentCluster)
1016
internal void SaveInterestingPrimitives(List<PrimitiveInfo> commands, int count, List<
Cluster
> transparentCluster)
AlphaFlattener\Optimizer.cs (10)
123
public static void CheckForRasterization(List<
Cluster
> clusters, List<PrimitiveInfo> commands)
125
foreach (
Cluster
c in clusters)
141
public static List<
Cluster
> CalculateCluster(List<PrimitiveInfo> commands, int count, bool disjoint, List<int>[] oldUnderlay)
143
List<
Cluster
> transparentCluster = new List<
Cluster
>();
180
Cluster
cluster = transparentCluster[clusterIndex];
283
private void MergeWith(
Cluster
c)
391
List<
Cluster
> transparentCluster,
407
Cluster
home = null;
411
Cluster
c = transparentCluster[j];
AlphaFlattener\Primitive.cs (1)
2155
public
Cluster
m_cluster;